Skip to content

๐ŸŽ„ Advent of Code solutions as a way to learn rust

Notifications You must be signed in to change notification settings

willlunniss/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„ Advent of Code solutions

Solutions for https://adventofcode.com/ in Rust.

Solutions are structured such that each year has is it's own binary, with a shared utils library crate for helper modules.

To run an entire year's solutions:

 cd <YEAR>
 cargo run --release

To run a specific day:

 cargo install cargo-aoc
 cd <YEAR>
 cargo aoc -d <DAY>

About

๐ŸŽ„ Advent of Code solutions as a way to learn rust

Topics

Resources

Stars

Watchers

Forks

Languages