This commit is contained in:
nim-ka
2022-11-25 23:12:04 +00:00
parent 7ec385d599
commit 1083edf807
13 changed files with 111 additions and 1278 deletions

View File

@@ -30,7 +30,7 @@ class Cuboid {
}
function day20(input, part2) {
let lines = input.split`\n`
let lines = input.split("\n")
let cuboids = []