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