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