jeremylt / advent2020

Advent of Code 2020
https://jeremylt.github.io/advent2020/
BSD 2-Clause "Simplified" License
7 stars 1 forks source link
advent-of-code advent-of-code-2020 rust

Advent of Code 2020

Rust License

Advent of Code 2020 in Rust. I'm just messing around in some spare time here. Feel free to comment in an issue if you see some possible improvements.

Installing

To build

cargo build

To run

cargo run

To run with optimization

RUSTFLAGS='-Ctarget-cpu=native -Copt-level=3' cargo run --release

Try It

You can try this repo live on repl.it. Note that this may be quite slow to download and install all of the packages.

Observations

You can read my daily notes here in the automatically generated documentation.

Final Map

final_ascii