tracks/kotlin/exercises/sieve/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/sieve/README.md in trackler-2.2.1.14
- old
+ new
@@ -25,10 +25,10 @@
Notice that this is a very specific algorithm, and the tests don't check
that you've implemented the algorithm, only that you've come up with the
correct list of primes.
-
+
## Source
Sieve of Eratosthenes at Wikipedia [http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes](http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)