Skip to content

Sum Of Multiples incorrect test case #256

@jrossiter

Description

@jrossiter

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions