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 ca588df commit 4f266c1Copy full SHA for 4f266c1
src/main/scala/eu/sim642/adventofcode2025/Day11.scala
@@ -162,7 +162,7 @@ object Day11 {
162
lazy val input: String = scala.io.Source.fromInputStream(getClass.getResourceAsStream("day11.txt")).mkString.trim
163
164
def main(args: Array[String]): Unit = {
165
- import ViaMapSolution._
+ import ViaPairSolution._
166
167
println(Part1.countPaths(parseDevices(input)))
168
println(Part2.countPaths(parseDevices(input)))
0 commit comments