8000 feat(puzzles): Register solver for 2022/day01 · obalunenko/advent-of-code@a1b2b47 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1b2b47

Browse files
committed
feat(puzzles): Register solver for 2022/day01
1 parent c82b3c6 commit a1b2b47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package solutions
2+
3+
import (
4+
/*
5+
2022 solutions.
6+
*/
7+
// register day01 solution.
8+
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day01"
9+
)

0 commit comments

Comments
 (0)
0