Skip to content

My Advent Of Code solutions in Rust

Notifications You must be signed in to change notification settings

deg0nz/Advent-Of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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