Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 303 Bytes

Advent-Of-Code

My Advent Of Code solutions in Rust

  • Input files should be named after the pattern day_<NUM>.txt as in day_10.txt
    • Example files should be named day_<NUM>_example.txt
  • CLI arguments can be used to execute specific days, years or everything, explanation with -h | --help