2022 Day 1
This commit is contained in:
parent
f0c4966624
commit
4dfa87c796
5 changed files with 81 additions and 2 deletions
7
2022/Cargo.toml
Normal file
7
2022/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "aoc2022"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
Loading…
Reference in a new issue