tracks/kotlin/exercises/binary/README.md in trackler-2.2.1.45 vs tracks/kotlin/exercises/binary/README.md in trackler-2.2.1.46

- old
+ new

@@ -5,13 +5,15 @@ Implement binary to decimal conversion. Given a binary input string, your program should produce a decimal output. The program should handle invalid inputs. ## Note + - Implement the conversion yourself. Do not use something else to perform the conversion for you. ## About Binary (Base-2) + Decimal is a base-10 system. A number 23 in base 10 notation can be understood as a linear combination of powers of 10: