Skip to content

Commit

Permalink
Merge pull request #236 from petertseng/sum-of-multiples-wip
Browse files Browse the repository at this point in the history
sum-of-multiples: Note change in flight in README
  • Loading branch information
petertseng committed Apr 27, 2016
2 parents f45e6b2 + 1f0ad90 commit 4ff53ee
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion sum-of-multiples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ multiples of either 3 or 5, we get 3, 5, 6 and 9, 10, 12, 15, and 18.
The sum of these multiples is 78.

Write a program that can find the sum of the multiples of a given set of
numbers. If no set of numbers is given, default to 3 and 5.
numbers.

This exercise is currently under revision.
You are still free to do this exercise and submit solutions.
Depending on whether this track has been updated recently,
the tests may differ between this track and other tracks.

In most tracks, the set of numbers must be explicitly provided.
In some other tracks, if no set of numbers is given, it defaults to 3 and 5.
We would like all tracks to require the set of numbers be explicit.

If you would like to help out, please join us at
https://github.com/exercism/x-common/issues/198.

0 comments on commit 4ff53ee

Please sign in to comment.