Advent of Code 2021
To run a solution, use the ./run.sh
script:
./run.sh -[tprf] [-d <int>]
-t set input to the test example
-p time the solution
-r use --release [optimized] build
-d <int> the day to run
or run cargo run [--release] --bin day<day_int> src/days/day<day_int>/resources/<input|test>