2025(01): hopsakaas that works

This commit is contained in:
2025-12-01 17:25:58 +01:00
parent 9b3e63be81
commit c99029a6de
3 changed files with 4350 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# TODO: Get the inout.
with open("input", "r") as fp:
moves = fp.readlines()
counter = 50
code = 0
for move in moves: