2019: day01: part 1

This commit is contained in:
Antoine Martin 2019-12-01 16:03:34 +01:00
parent f743d60f85
commit 22fcfdae4f
7 changed files with 193 additions and 0 deletions

9
aoc2019/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "aoc2019"
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]