Skip to content

Commit e85e46e

Browse files
feat(2020-day-09): solve part 1
1 parent d114b2d commit e85e46e

File tree

3 files changed

+1038
-0
lines changed

3 files changed

+1038
-0
lines changed

2020/day-09/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// eslint-disable-next-line no-unused-vars
2+
const console = require('../helpers')
3+
require('./solution')

0 commit comments

Comments
 (0)