Skip to content

Commit

Permalink
Implement 2015/day02 (#38)
Browse files Browse the repository at this point in the history
* ci: Update sonar configs

* feat(puzzles): Initial commit for 2015/day02

* feat: Implement part 1 of 2015/day02

* feat: Implement part 2 of 2015/day02

* refactor: Fix linter warning
  • Loading branch information
obalunenko committed Nov 8, 2021
1 parent d0e26b7 commit 0aea9f9
Show file tree
Hide file tree
Showing 7 changed files with 1,382 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cmd/aoc-cli/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ func testcases2015() []testcase {
want: puzzles.Result{
Year: year,
Name: puzzles.Day02.String(),
Part1: "",
Part2: "",
Part1: "1598415",
Part2: "3812909",
},
wantErr: true,
wantErr: false,
},
{
name: "2015/day03",
Expand Down
Loading

0 comments on commit 0aea9f9

Please sign in to comment.