Rewrite old code into 2018 style.

Nice test for my 2018 repo set up. Which turns out needs some tweaking.
This commit is contained in:
2018-11-12 13:13:03 +01:00
parent 71eb13f52d
commit 9aff05d296
8 changed files with 249 additions and 82 deletions

7
2016/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "aoc-2016"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
[dependencies]
clap = "2.32"