Skip to content

Commit 7c403bb

Browse files
committed
feat(2018): refactor days 1-3 to use aoc-rust-common
Migrated the first three days of 2018 to the shared framework. This includes updating dependencies, refactoring solutions to implement the trait, and setting up a unified runner in . Input data files have been moved to a new directory.
1 parent 902a2d4 commit 7c403bb

12 files changed

Lines changed: 2567 additions & 276 deletions

File tree

2018/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
aoc-rust-common = { path = "../aoc-rust-common" }
910
anyhow = "1.0.75"
1011
chrono = "0.4.26"
1112
failure = "0.1.8"

0 commit comments

Comments
 (0)