Skip to content

grogers0/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repository of Advent of Code solutions in Rust.

To run the code for a day, cd to <year>/<day> and cargo run --release < input. For most days, the first line is the solution to part 1, and the second line is the solution to part 2.

To use the start_day script, save a cookies.txt file with a single line like this:

adventofcode.com	TRUE	/	FALSE	9999999999	session	mysessionkeyhere

About

Repository of my solutions for Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published