From 6e7c772c0b74ff783ec2e9bf9cd6c1c80ab37ba6 Mon Sep 17 00:00:00 2001 From: GoneUp Date: Sat, 7 Oct 2017 21:59:03 +0200 Subject: [PATCH] sum-of-multiples: Removed a duplicated sentence in README --- exercises/sum-of-multiples/README.md | 3 --- 1 file changed, 3 deletions(-) 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