Skip to content

Commit 033ccb1

Browse files
feat(2021-day-02): navigate a sub following a set of directions
1 parent 5662da2 commit 033ccb1

File tree

6 files changed

+1132
-1
lines changed

6 files changed

+1132
-1
lines changed

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