Skip to content

Commit 915f9f9

Browse files
committed
Day 21
1 parent 5a21ea5 commit 915f9f9

File tree

5 files changed

+2519
-0
lines changed

5 files changed

+2519
-0
lines changed

aoc.code-workspace

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
{
4949
"path": "day18"
50+
},
51+
{
52+
"path": "day21"
5053
}
5154
]
5255
}

day21/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "day21"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
aoc = { path = "../aoc/" }

0 commit comments

Comments
 (0)