Initial skeleton code for 2020

This commit is contained in:
2020-11-28 23:43:15 +01:00
parent 9726769253
commit cbbee3a01f
7 changed files with 222 additions and 0 deletions

8
2020/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "aoc-2020"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
edition = "2018"
[dependencies]
clap = "3.0.0-beta.2"