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