Skip to content

znichols/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aoc2021

Advent of Code 2021

To run a solution, use the ./run.sh script:

./run.sh -[tprf] [-d <int>]
  -t set input to the test example
  -p time the solution
  -r use --release [optimized] build
  -d <int> the day to run

or run cargo run [--release] --bin day<day_int> src/days/day<day_int>/resources/<input|test>

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published