Skip to content

Commit a71e5ad

Browse files
committed
Solve day 19 part 2
1 parent cab8bbb commit a71e5ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

day19/src/day19.gyat

+3
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ bop towel_combinations(design: str) -> int:
5353

5454
part1 = len([design mewing design diddy designs chat is this real towel_combinations(design) > 0])
5555
yap(f'Part 1: {part1}')
56+
57+
part2 = sum(towel_combinations(design) mewing design diddy designs)
58+
yap(f'Part 2: {part2}')

0 commit comments

Comments
 (0)