Add solutions for day 17.

This commit is contained in:
Bert Peters
2016-12-28 09:03:10 +01:00
parent c20ee82295
commit e095df1d43
2 changed files with 81 additions and 0 deletions

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

@@ -0,0 +1,7 @@
[package]
name = "day-17"
version = "0.1.0"
authors = ["Bert Peters <bert.ljpeters@gmail.com>"]
[dependencies]
rust-crypto = "0.2.36"