Watch
1
0
Fork
You've already forked advent-of-code
0

2022 Day 1

This commit is contained in:
Jeremy Kaplan 2022-11-30 21:19:40 -08:00
commit 4dfa87c796
5 changed files with 81 additions and 2 deletions

7
2022/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "aoc2022"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.66"