/advents-of-code

Primary LanguageRustISC LicenseISC

Advent of Code

Solutions to Advent of Code in Rust.

Run

cargo run --release            # solve all tasks
cargo run --release 2020       # solve all tasks of year 2020
cargo run --release 2020 8     # solve both parts of day 8 of 2020
cargo run --release 2020 8 2   # solve part 2 of day 8 of 2020