Skip to content

Commit 50f064d

Browse files
feat(2021-day-05): count orthogonal intersections on the vent map
Solution for part 1
1 parent 1a867cc commit 50f064d

File tree

4 files changed

+555
-1
lines changed

4 files changed

+555
-1
lines changed

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