We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b095fbb + 7d9ebc4 commit f869e3aCopy full SHA for f869e3a
1 file changed
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