From 9b8409e44d564dc82a811d27106b83634c79dff1 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 3 Dec 2018 22:33:53 -0800 Subject: [PATCH] Add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ec07d7 --- /dev/null +++ b/README.md @@ -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 +```