Skip to content

nickmass/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

A collection of Advent of Code solutions written in Rust. The complete output of the program with my inputs may be viewed here, more detailed benchmarking can be viewed here.

Usage

# run default year
$ cargo run --release

# run specific year
$ cargo run --release -- 2019

# run specific days
$ cargo run --release -- 2022 19 20 21

# run all years
$ cargo run --release -- all

# view additional options
$ cargo run --release -- --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages