this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing type for numberOfAccessibleRolls

modamo-gh 86c0451e cb266a98

+1 -1
+1 -1
day04/part2.ts
··· 5 5 .map((line) => line.trim().split("")); 6 6 7 7 let totalRemovedRolls = 0; 8 - let numberOfAccessibleRolls; 8 + let numberOfAccessibleRolls: number; 9 9 10 10 do { 11 11 numberOfAccessibleRolls = 0;