2019: day01: part 1
This commit is contained in:
parent
f743d60f85
commit
22fcfdae4f
7 changed files with 193 additions and 0 deletions
9
aoc2019/Cargo.toml
Normal file
9
aoc2019/Cargo.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue