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