Skip to content

Aidiakapi/advent-of-code-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

My solutions for Advent of Code 2016 written in Rust.

Run specify day: cargo run -- dayXX or cargo test -- dayXX
Run all days (optimized): cargo run --release

Uses a procedural macro and unorthodox pub use to significantly reduce the amount of boilerplate code necessary.

Releases

No releases published

Packages

No packages published

Languages