Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.28 KB

Advent of Code 2021

Day Stars Days Completed

Cargo Test and Style License Run on Repl.it

Advent of Code 2021 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.