Skip to content

matschaffer/aoc2021-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2021 in Rust aoc2021-rs-CI

Solutions to Advent of Code 2021 exercises.

Run with cargo run --bin day$N to get the solution for a given $N.

# To run the day 1 exercise
cargo run --bin day1 -- day1/data/input.txt
cargo run --bin day1 -- -w day1/data/input.txt

Warning

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages