There was an error while loading. Please reload this page.
1 parent b3ccee8 commit 8551ccbCopy full SHA for 8551ccb
2025/Day_05/part_1.js
@@ -13,6 +13,7 @@ const [r, i] = String(fs.readFileSync(path.join(__dirname, "input.txt")))
13
14
const pStart = performance.now();
15
16
+// This could have been a binary search, but oh well
17
const res = (ranges => i
18
.split("\n")
19
.map(l => l.trim())
0 commit comments