mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-08-24 16:31:58 +00:00
2019 day 13
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user