Compare commits

..

1 commit

Author SHA1 Message Date
abc28306b3 Solve 2022 dat 10 pt 1-2
Not pretty, but it works :)
2025-11-28 00:26:02 +01:00

View file

@ -32,6 +32,7 @@ def solve(data):
continue
busy = True
c += 1
p2 = None
p2 = "".join(pixels)
return p1, p2