tracks/kotlin/exercises/complex-numbers/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/complex-numbers/README.md in trackler-2.2.1.14

- old
+ new

@@ -2,10 +2,10 @@ A complex number is a number in the form `a + b * i` where `a` and `b` are real and `i` satisfies `i^2 = -1`. Assume the programming language you are using does not have an implementation of complex numbers. - + ## Source Wikipedia [https://en.wikipedia.org/wiki/Complex_number](https://en.wikipedia.org/wiki/Complex_number)