A template directory for advent of code solutions
- Create a
Config.env
file and add your session key in it. - Use
utils/rust/solve-day
to create new solution files. - Get coding.
Because using only python standard library is too limiting and using 3rd party python libs is too complex