Initial
This commit is contained in:
commit
284f099d3e
22 changed files with 1717 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "advent2022"
|
||||
version = "1.0.0"
|
||||
authors = ["Ruediger Ludwig <github@savinien.de>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
thiserror = "1.0.38"
|
||||
Loading…
Add table
Add a link
Reference in a new issue