diff --git a/exercises/sum-of-multiples/README.md b/exercises/sum-of-multiples/README.md index d99e7ef92..c2adf2436 100644 --- a/exercises/sum-of-multiples/README.md +++ b/exercises/sum-of-multiples/README.md @@ -8,9 +8,6 @@ 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. -Given a number, find the sum of the multiples of a given set of numbers, -up to but not including that number. - ## Rust Installation Refer to the [exercism help page][help-page] for Rust installation and learning