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