1
0

aoc 10-16

This commit is contained in:
2019-12-16 14:47:03 +01:00
parent 1fa48259cf
commit f169fb40cc
40 changed files with 4382 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ namespace AdventOfCode2019_08_2
if (r[i]===2) str += ".";
}
console.log(str);
await AdventOfCode.outputIntermed(str);
AdventOfCode.output(DAY, PROBLEM, "CJZLP"); // OCR -.-
}