Skip to content

Commit 4ff53ee

Browse files
committed
Merge pull request #236 from petertseng/sum-of-multiples-wip
sum-of-multiples: Note change in flight in README
2 parents f45e6b2 + 1f0ad90 commit 4ff53ee

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sum-of-multiples.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ multiples of either 3 or 5, we get 3, 5, 6 and 9, 10, 12, 15, and 18.
44
The sum of these multiples is 78.
55

66
Write a program that can find the sum of the multiples of a given set of
7-
numbers. If no set of numbers is given, default to 3 and 5.
7+
numbers.
8+
9+
This exercise is currently under revision.
10+
You are still free to do this exercise and submit solutions.
11+
Depending on whether this track has been updated recently,
12+
the tests may differ between this track and other tracks.
13+
14+
In most tracks, the set of numbers must be explicitly provided.
15+
In some other tracks, if no set of numbers is given, it defaults to 3 and 5.
16+
We would like all tracks to require the set of numbers be explicit.
17+
18+
If you would like to help out, please join us at
19+
https://github.com/exercism/x-common/issues/198.

0 commit comments

Comments
 (0)