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

@ -1,20 +1,6 @@
[package]
name = "adventofcode"
version = "2022.1.0"
edition = "2021"
[workspace]
members = [
"aoc22-clap",
"aoc22-gdrop",
"aoc"
]
[[bin]]
name = "aoc22-clap"
path = "aoc22-clap"
[[bin]]
name = "aoc22-gdrop"
path = "aoc22-gdrop"