Skip to content

rust aoc template (really not the best made and missing a lot of stuff i.e. I need to add a proper testing framework)

Notifications You must be signed in to change notification settings

astaugaard/rust_aoc_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust AOC template

various days under the files src/day{N}.rs

auto fetching of inputs

  • you need to set the configuration for this with
    cargo run -- set-fetch-config --agent "github.com/astaugaard/rust_aoc_template by [email protected]" --oauthkey "insert your oauth key here" --year "year that you are participating in"
    
  • debugging make sure your clock is set correctly as it will (hopefully) not try to request the input for that day or run the day if the input hasn't yet been released yet.

About

rust aoc template (really not the best made and missing a lot of stuff i.e. I need to add a proper testing framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages