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 +```