Skip to content

Commit

Permalink
feat(puszzles): Register solver for 2021/day08
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 1, 2022
1 parent b2e021c commit 7e221d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/puzzles/solutions/register_2021.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ import (
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day06"
// register day07 solution.
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day07"
// register day08 solution.
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions/2021/day08"
)

0 comments on commit 7e221d8

Please sign in to comment.