From 4a8df5927d9c0ea3188d17add0a1be0acb308220 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 20 Apr 2016 20:53:51 -0700 Subject: [PATCH] Add a README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b091521 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Advent of Code + +## Rust + +``` +curl https://sh.rustup.rs -sSf | sh +rustup update nightly +rustup default nightly +cargo test +cargo run < input/day_NN.txt +```