Solutions in Python 3
🐍 and Rust
🦀
./run [day]
- Executes python solutions- found in
/aoc-py/solutions/day--.py
- if
day
is not provided, it executes all solutions
- found in
./runrs [day]
- Executes rust solutions- found in
/src/bin/day--.rs
- if
day
is not provided, it executes all solutions
- found in
Only the python
solutions are well documented