2015: day01: finish

This commit is contained in:
Antoine Martin 2019-12-01 21:16:15 +01:00
parent dd4e610324
commit c420ed9e8b
7 changed files with 133 additions and 0 deletions

9
aoc2015/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "aoc2015"
version = "0.1.0"
authors = ["Antoine Martin <antoine97.martin@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]