Skip to content

Commit 8551ccb

Browse files
committed
note
1 parent b3ccee8 commit 8551ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2025/Day_05/part_1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const [r, i] = String(fs.readFileSync(path.join(__dirname, "input.txt")))
1313

1414
const pStart = performance.now();
1515

16+
// This could have been a binary search, but oh well
1617
const res = (ranges => i
1718
.split("\n")
1819
.map(l => l.trim())

0 commit comments

Comments
 (0)