2019 day 13

This commit is contained in:
2025-08-04 13:48:20 +02:00
parent 05a62c5eb4
commit f76375d835
3 changed files with 138 additions and 20 deletions

View File

@@ -60,6 +60,6 @@ if __name__ == "__main__":
import fileinput
with fileinput.input() as f:
main(f, part=1)
with fileinput.input() as f:
#with fileinput.input() as f:
#main(f, part=2) # FIXME unable to run both parts simultaneously