Advent of Code 2022
Random solutions and whatnot from AoC 2022
- Installed Rust
- Created new project for day e.g.:
cargo new day-1
- Run initial app
cd day-1 cargo run
Advent of Code 2022
Random solutions and whatnot from AoC 2022
cargo new day-1
cd day-1
cargo run