aoc-2018/README.md

13 lines
187 B
Markdown
Raw Normal View History

2018-12-03 23:33:53 -07: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
```