Skip to content

aldrin/advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Crates.io

Advent of Code puzzles are excellent problems for putting Rust iterators and related features to use. This repository holds my solutions to the puzzles I've attempted so far. The library documentation (at docs.rs/advent) is a convenient way to browse the code (e.g. see 2018 solutions)

$ cargo -q test 2017::day3  # to run a specific puzzle

running 2 tests
test y2017::day3::examples ... ok
test y2017::day3::solution ... ok

$ cargo test --release # to run all puzzles

Releases

No releases published

Packages

No packages published

Languages