Skip to content

Commit

Permalink
Day 25a
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Dec 25, 2023
1 parent 99cb098 commit 20d6fc8
Show file tree
Hide file tree
Showing 7 changed files with 1,368 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- day22
- day23
- day24
- day25
# end
if: github.ref == 'refs/heads/main'
needs: [ omnilint, rust ]
Expand Down
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ members = [
"day22",
"day23",
"day24",
"day25",
]

10 changes: 10 additions & 0 deletions day25/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "day25"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { path = "../aoc" }
color-eyre = "0.6.2"
copstr = "0.1.2"
nom = "7.1.3"
Loading

0 comments on commit 20d6fc8

Please sign in to comment.