Skip to content

Commit

Permalink
2024: Add solution for Day 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Dec 7, 2024
1 parent 36b4164 commit 043b603
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 2024/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo run --bin day01
4. [Ceres Search](day04) 🌟🌟
5. [Print Queue](day05) 🌟🌟
6. [Guard Gallivant](day06) 🌟🌟
7. [](day07)
7. [Bridge Repair](day07) 🌟🌟
8. [](day08)
9. [](day09)
10. [](day10)
Expand Down
9 changes: 9 additions & 0 deletions 2024/day07/example1.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 043b603

Please sign in to comment.