day 4 (fml)

This commit is contained in:
2024-12-04 17:22:22 +01:00
parent d26fe978a0
commit 8d19b0405b

View File

@@ -20,7 +20,6 @@ export function day4(input: string) {
diagonals.push(chars.join("")); diagonals.push(chars.join(""));
} }
// Prlet diagonally right top to left bottom diagonal
for (let j = 0; j < lines.length; j++) { for (let j = 0; j < lines.length; j++) {
const chars = []; const chars = [];