Skip to content

Commit 9000f2f

Browse files
perf(2020-day-10): remove unused import
1 parent 76def6b commit 9000f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2020/day-10/solution.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const { count } = require('console')
21
const fs = require('fs')
32
const path = require('path')
43
const filePath = path.join(__dirname, 'input.txt')

0 commit comments

Comments
 (0)