Skip to content

Commit

Permalink
day 283: larger testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Jun 2, 2019
1 parent 28ddc1e commit ef6324d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions day283/problem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var testcases = []struct {
{1, []int{1}},
{2, []int{1, 2}},
{11, []int{1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15}},
{26, []int{1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60}},
}

func TestRegularNumbersBrute(t *testing.T) {
Expand Down

0 comments on commit ef6324d

Please sign in to comment.