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 e54f340 commit da599c1Copy full SHA for da599c1
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