These files are also located in each directory: input.txt
(my input for the day) and test.txt
- which is the file
from the AoC examples. So, if you don't want to change anything in the code, just put your input.txt
file into folder
with the Python solution.
Some scripts may run slower when using CPython, so I strongly recommend you using PyPy.
All solution print to stdout
. Example output:
>>> print(part1)
'WCZTHTMPS'
>>> print(part2)
'BLSGJSDTS'