tracks/kotlin/exercises/hexadecimal/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/hexadecimal/README.md in trackler-2.2.1.14
- old
+ new
@@ -5,10 +5,10 @@
On the web we use hexadecimal to represent colors, e.g. green: 008000,
teal: 008080, navy: 000080).
The program should handle invalid hexadecimal strings.
-
+
## Source
All of Computer Science [http://www.wolframalpha.com/examples/NumberBases.html](http://www.wolframalpha.com/examples/NumberBases.html)