this repo has no description
0
fork

Configure Feed

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

go back one when scanning nums

+1
+1
2023/day03/part1.ts
··· 66 66 numStr += current; 67 67 current = grid[y][++x]; 68 68 } 69 + x--; 69 70 partNums.push({ num: parseInt(numStr), coords }); 70 71 } 71 72 }