Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sum-of-multiples: Mark as no longer under revision #209

Merged
merged 1 commit into from
Aug 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.