Set up for AoC 2018.

This commit is contained in:
2018-11-09 16:11:08 +01:00
parent 7e9dff9be6
commit 71eb13f52d
7 changed files with 167 additions and 0 deletions

8
2018/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Advent of Code 2018
Once again, I will be attempting to complete the challenges in Rust.
However, this this I will be focussing on having idiomatic code and
having everything in a single executable.
To run day 1: `cargo run -- 1`. Other options can be seen with the
`--help` flag. The program will by default read its input from stdin.