We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5f5c7 commit 7ec18c2Copy full SHA for 7ec18c2
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