Skip to content

Commit 0626486

Browse files
committed
Day 4
1 parent 66e4ebe commit 0626486

File tree

5 files changed

+1076
-0
lines changed

5 files changed

+1076
-0
lines changed

aoc.code-workspace

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "aoc"
5+
},
6+
{
7+
"path": "day01"
8+
},
9+
{
10+
"path": "day02"
11+
},
12+
{
13+
"path": "day03"
14+
},
15+
{
16+
"path": "day04"
17+
}
18+
]
19+
}

day04/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "day04"
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)