In the varTests test cases for the Sum Of Multiples exercise it has:
{[]int{}, 10000, 0}
But the accompanying README.md file states:
If no set of numbers is given, default to 3 and 5.
Should this test case actually be the following or have I misread the description?
{[]int{}, 10000, 23331668}
In the
varTeststest cases for theSum Of Multiplesexercise it has:{[]int{}, 10000, 0}But the accompanying README.md file states:
Should this test case actually be the following or have I misread the description?
{[]int{}, 10000, 23331668}