Skip to content

Commit b9d2d2c

Browse files
committed
feat(puzzles): Register 2022/day02 solver
1 parent 38b1c93 commit b9d2d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/puzzles/solutions/register_2022.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ import (
66
*/
77
// register day01 solution.
88
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day01"
9+
// register day02 solution.
10+
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day02"
911
)

0 commit comments

Comments
 (0)