Skip to content

Tvde1/advent_of_code_2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

My solutions for Advent of Code 2021. Written in Rust 🦀.

  • Clone the repository.
  • Make sure you have a nightly version of Rust (around December 2021).
  • cargo run --release for all days, cargo run --release -- XX for a specific day.
  • Want your own inputs?
    • Auto-download: Delete the inputs directory, then create a session_key.txt file containing your AoC website's session cookie value.
    • Manually: Replace the contents of a inputs/XX.txt file with your desired input. (Ensure that it has \n line endings.)

About

My solutions to Advent of Code 2021. Written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%