Skip to content

Commit

Permalink
sum-of-multiples: Mark as no longer under revision
Browse files Browse the repository at this point in the history
This partially reverts 1f0ad90,
which partially reverted 89308fd.

The default behavior was added in #157 as a result of confusion in
exercism/exercism#2654. Since then, we have
decided the way forward is to remove the default behavior altogether, as
discussed in #198.

This commit should be held until all tracks have removed their
expectations of default behavior.
  • Loading branch information
petertseng committed Apr 29, 2016
1 parent 4ff53ee commit e98f992
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sum-of-multiples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,3 @@ The sum of these multiples is 78.

Write a program that can find the sum of the multiples of a given set of
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 e98f992

Please sign in to comment.