Compare commits

..

1 commit

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

View file

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