Advent of code 2020
Rust
To run day_1
, go into the rust folder and run
cargo run --bin day_1 ../day_1
To run other days change day_1
to the day you want to run.
Python
To run day_1
, go into the python folder and run
python day_1.py ../day_1
To run day_1
, go into the rust folder and run
cargo run --bin day_1 ../day_1
To run other days change day_1
to the day you want to run.
To run day_1
, go into the python folder and run
python day_1.py ../day_1