Skip to content

bh2smith/aoc-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions to adventofcode.com problems for 2018 in Rust.

Running

To run all tests for all problems:

cargo test

To run tests for a specific day:

cargo test year${YEAR}::day${DAY}

To run with actual input:

export AOC_SESSION="<adventofcode.com session>"
cargo run -- ${YEAR} ${DAY}...

About

Solutions to adventofcode.com 2018 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages