We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9e689 commit e184d94Copy full SHA for e184d94
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