Skip to content

matason/aoc-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My attempt at Advent of Code, 2015 in Rust.

I've no doubt that I set the project up incorrectly, I'll fix it when I've learned how to! It seems onerous to have to add a [[bin]] section to Cargo.toml for each day and running the code also seems fiddly...

Anyway, for now, to run the test(s) for a particular day and part, run cd day01 && cargo test --bin part1 (or cd day01 && cargo test -- to suppress the hiding of stout) and to run the puzzle, run cd day01 && cargo run --bin part1.

Run at your own risk 😘

About

Advent of Code, 2015 in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages