tracks/kotlin/exercises/sum-of-multiples/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/sum-of-multiples/README.md in trackler-2.2.1.14
- old
+ new
@@ -9,10 +9,10 @@
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.
-
+
## Source
A variation on Problem 1 at Project Euler [http://projecteuler.net/problem=1](http://projecteuler.net/problem=1)