Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit dde1708

Browse files
committed
removed unused var
1 parent 3e1f65d commit dde1708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

day03/puzzle2/main.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const lineCount = lines.length;
1919

2020
function bitsToInt(bits) {
2121
bits = bits.trim();
22-
let temp = NaN;
2322
let num = 0;
2423
let left = bits.length - 1;
2524
let i = 0;

0 commit comments

Comments
 (0)