This commit is contained in:
2016-12-23 16:57:55 +01:00
parent 831acafd8c
commit e653edb47b
5 changed files with 1449 additions and 0 deletions

10
2016/22/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "22"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
log = "0.3"
env_logger = "0.3"
lazy_static = "0.1"
regex = "0.1"