Implement 2016 day 22 part 1. Again.

This commit is contained in:
2019-02-19 11:29:40 +01:00
parent 374eda945b
commit 9ce03d40ca
4 changed files with 1095 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ authors = ["Bert Peters <bert@bertptrs.nl>"]
[dependencies]
clap = "2.32"
regex = "1.0"
itertools = "0.7.8"
itertools = "0.8"
permutohedron = "0.2.4"