Skip to content

jeremylt/advent2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.