tracks/kotlin/exercises/luhn/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/luhn/README.md in trackler-2.2.1.14
- old
+ new
@@ -62,10 +62,10 @@
7+2+5+3+2+2+6+2+5+3+1+2+0+5+3+9 = 57
```
57 is not evenly divisible by 10, so this number is not valid.
-
+
## Source
The Luhn Algorithm on Wikipedia [http://en.wikipedia.org/wiki/Luhn_algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm)