Add readme

This commit is contained in:
Kevin Cotugno 2018-12-03 22:33:53 -08:00
parent 0571c30017
commit 9b8409e44d

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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
```