We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67632d0 commit 414d280Copy full SHA for 414d280
internal/puzzles/solutions/register_2021.go
@@ -18,4 +18,6 @@ import (
18
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day06"
19
// register day07 solution.
20
_ "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"
23
)
0 commit comments