mirror of
https://github.com/ershisan99/advent-of-code.git
synced 2025-12-16 12:32:49 +00:00
day 4 (fml)
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user