We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b1c93 commit b9d2d2cCopy full SHA for b9d2d2c
internal/puzzles/solutions/register_2022.go
@@ -6,4 +6,6 @@ import (
6
*/
7
// register day01 solution.
8
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day01"
9
+ // register day02 solution.
10
+ _ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day02"
11
)
0 commit comments