Skip to content

Commit

Permalink
Implement AoC day 1 part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycjones committed Dec 10, 2023
1 parent 737ed0a commit f6aa9b5
Show file tree
Hide file tree
Showing 5 changed files with 1,334 additions and 3 deletions.
263 changes: 263 additions & 0 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ name = "aoc23"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "day1"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }

[dev-dependencies]
test-case = "3.3.1"
Loading

0 comments on commit f6aa9b5

Please sign in to comment.