tracks/kotlin/exercises/anagram/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/anagram/README.md in trackler-2.2.1.14
- old
+ new
@@ -4,10 +4,10 @@
Given `"listen"` and a list of candidates like `"enlists" "google"
"inlets" "banana"` the program should return a list containing
`"inlets"`.
-
+
## Source
Inspired by the Extreme Startup game [https://github.com/rchatley/extreme_startup](https://github.com/rchatley/extreme_startup)