This commit is contained in:
Stefan Schwarz 2020-12-01 08:20:00 +01:00
commit 77e9d3eb96
5 changed files with 259 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "aoc2020"
version = "0.1.0"
authors = ["Stefan Schwarz <ssz@bitsbeats.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
[[bin]]
name = "day01"
path = "src/day01/main.rs"