Skip to content

Commit

Permalink
feat(puzzles): Register 2022/day02 solver
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Jan 28, 2023
1 parent e54f340 commit da599c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/puzzles/solutions/register_2022.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ import (
*/
// register day01 solution.
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day01"
// register day02 solution.
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2022/day02"
)

0 comments on commit da599c1

Please sign in to comment.