remove extra output
All checks were successful
Solve / example-action (push) Successful in 6m2s

This commit is contained in:
Logiar 2024-12-11 16:58:16 +01:00
parent c359318235
commit 5fd63ac62f
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY
2 changed files with 0 additions and 17 deletions

View File

@ -31,7 +31,6 @@ fun getStonesAfter(input: List<Long>,iterations: Int, cache: PriorityCache<Strin
var sum = 0L
for (i in input) {
sum += getStoneNumber(i, iterations, cache)
println("Done with $i")
}
return sum
}

View File

@ -1,18 +1,2 @@
Done with 2
Done with 54
Done with 992917
Done with 5270417
Done with 2514
Done with 28561
Done with 0
Done with 990
First part with 25 iterations: 222461
Done with 2
Done with 54
Done with 992917
Done with 5270417
Done with 2514
Done with 28561
Done with 0
Done with 990
Second part with 75 iterations: 264350935776416