tracks/kotlin/exercises/change/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/change/README.md in trackler-2.2.1.14
- old
+ new
@@ -14,10 +14,10 @@
- Does your algorithm work for any given set of coins?
- Can you ask for negative change?
- Can you ask for a change value smaller than the smallest coin value?
-
+
## Source
Software Craftsmanship - Kata-logue [http://craftsmanship.sv.cmu.edu/exercises/coin-change-kata](http://craftsmanship.sv.cmu.edu/exercises/coin-change-kata)