Initial commit

This commit is contained in:
Leo Drachenfeuer 2022-12-05 16:10:34 +01:00
commit 038f6841b3
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
15 changed files with 5750 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "adventofcode2022"
version = "2022.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }