Skip to content

karjonas/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

My Advent of Code Solutions for all years, solved using the Rust programming language.

Running

All solutions are built using rust so you need to have rust and cargo installed. Then run:

cargo run --release

To run a specific year, day or input file use the --year, --day and --input flags:

cargo run --release -- --year 2018 --day 12 --input myfile.txt

About

Advent of Code Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages