Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement solution for puzzle 2022/day02 #220

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(puzzles): Register 2022/day02 solver
obalunenko committed Jan 28, 2023
commit da599c144bbdeea6b7dcb9513d937b9dea5ca842
2 changes: 2 additions & 0 deletions internal/puzzles/solutions/register_2022.go
Original file line number Diff line number Diff line change
@@ -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"
)