Skip to content

Commit

Permalink
2024: Add solution for Day 19
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Dec 25, 2024
1 parent ad284ea commit af9c481
Show file tree
Hide file tree
Showing 5 changed files with 474 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 @@ -28,7 +28,7 @@ cargo run --bin day01
16. [Reindeer Maze](day16) 🌟🌟
17. [](day17)
18. [RAM Run](day18) 🌟🌟
19. [](day19)
19. [Linen Layout](day19) 🌟🌟
20. [](day20)
21. [](day21)
22. [](day22)
Expand Down
10 changes: 10 additions & 0 deletions 2024/day19/example1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
r, wr, b, g, bwu, rb, gb, br

brwrr
bggr
gbbr
rrbgbr
ubwu
bwurrg
brgr
bbrgwb
Loading

0 comments on commit af9c481

Please sign in to comment.