🎄Advent of Code - Day 3 ✨ part 1
This commit is contained in:
parent
f5e5af5f6c
commit
fd78037899
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class GearRatios : Puzzle {
|
|||
}
|
||||
|
||||
override fun partTwo() {
|
||||
// For each gear *, do a box search and multiply numbers to find gear ratio and then sum.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue