Skip to content

Commit bdb7944

Browse files
feat(2021-day-01): count how often sonar depth increases
1 parent 0ba6b71 commit bdb7944

File tree

5 files changed

+2061
-1
lines changed

5 files changed

+2061
-1
lines changed

2021/day-01/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)