Skip to content

Commit 0762488

Browse files
committed
feat(puszzles): Register solver for 2021/day08
1 parent 3b89366 commit 0762488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/puzzles/solutions/register_2021.go

+2
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ import (
1818
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day06"
1919
// register day07 solution.
2020
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day07"
21+
// register day08 solution.
22+
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day08"
2123
)

0 commit comments

Comments
 (0)