Go to file
2018-12-07 16:27:06 -08:00
input Day 5 Alchemical Reduction 2018-12-07 16:27:06 -08:00
src Day 5 Alchemical Reduction 2018-12-07 16:27:06 -08:00
.gitignore Challenge one 2018-12-03 20:03:31 -08:00
Cargo.lock Day 4 2018-12-06 20:46:51 -08:00
Cargo.toml Day 4 2018-12-06 20:46:51 -08:00
LICENSE Add License 2018-12-03 22:26:46 -08:00
README.md Add readme 2018-12-03 22:33:53 -08:00

Advent of Code 2018

My solutions. We can run a solution like so:

cargo run x y

where x is the day and y is the part.

We can also run the examples with:

cargo test