Skip to content

Commit

Permalink
Advent of Code 2024
Browse files Browse the repository at this point in the history
[+] Day 7: Bridge Repair, Part 1
  • Loading branch information
IvanDyachenko committed Dec 11, 2024
1 parent ccd4273 commit 8d8d109
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 0 deletions.
1 change: 1 addition & 0 deletions adventofcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bin = [
{ name = "2024-05-02", path = "year2024/day05/part02.rs" },
{ name = "2024-06-01", path = "year2024/day06/part01.rs" },
{ name = "2024-06-02", path = "year2024/day06/part02.rs" },
{ name = "2024-07-01", path = "year2024/day07/part01.rs" },
]

[package]
Expand Down
9 changes: 9 additions & 0 deletions adventofcode/year2024/day07/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
190: 10 19
3267: 81 40 27
83: 17 5
156: 15 6
7290: 6 8 6 15
161011: 16 10 13
192: 17 8 14
21037: 9 7 18 13
292: 11 6 16 20
Loading

0 comments on commit 8d8d109

Please sign in to comment.