Skip to content

OneRandom1509/rusty-aoc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty AoC Template

Be lazy.

Get started

  • Clone the repo, ensure you have Rust and cargo installed 😭
  • export COOKIE=<session_cookie> in your shell to automatically fetch the inputs. If not set, the script will generate empty input files
  • Run autogen.sh
    • Enter the day number
  • Code in src/days/day{n}.rs for that day's part 1 and/or part 2 problem
  • In the project's root, run the command cargo run <day_number> <part_number>

To do

  • Let the user set the year

Releases

No releases published

Packages

No packages published