We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3bd5b commit 314c8ddCopy full SHA for 314c8dd
src/main/scala/eu/sim642/adventofcode2025/Day10.scala
@@ -65,7 +65,7 @@ object Day10 {
65
0: x4 x5 = 3
66
1: x1 x5 = 5
67
2: x2 x3 x4 = 4
68
- 3: x0 x3 = 7
+ 3: x0 x1 x3 = 7
69
*/
70
71
override def fewestPresses(machine: Machine): Int = {
0 commit comments