🎄Advent of Code - Day 3 part 1

This commit is contained in:
Denis-Cosmin Nutiu 2023-12-03 14:21:15 +02:00
parent f5e5af5f6c
commit fd78037899

View file

@ -96,6 +96,7 @@ class GearRatios : Puzzle {
} }
override fun partTwo() { override fun partTwo() {
// For each gear *, do a box search and multiply numbers to find gear ratio and then sum.
TODO("Not yet implemented") TODO("Not yet implemented")
} }
} }