Skip to content

natemcintosh/aoc_2021_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc_2021_rs

Advent of Code 2021 in Rust

Each day is coded into an example. To run day 1,

cargo run --example=day01

# OR

cargo run --release --example=day01

About

Advent of Code 2021 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages