Add solution to day 9 part 1.

Part 2 is mean.
This commit is contained in:
Bert Peters
2016-12-09 23:49:52 +01:00
parent 391c6f0529
commit c285adb49e
3 changed files with 49 additions and 0 deletions

7
2016/day-09/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "day-09"
version = "0.1.0"
authors = ["Bert Peters <bert.ljpeters@gmail.com>"]
[dependencies]
regex = "^0.1"