add first draft of a gumdrop implementation

This commit is contained in:
Leo Drachenfeuer 2022-12-19 08:13:44 +01:00
parent 289a06a228
commit 3f6d9223d5
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
4 changed files with 93 additions and 94 deletions

View file

@ -4,5 +4,5 @@ version = "2022.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
gumdrop = "0.8"
aoc = {path= "../aoc"}