CLI tool to convert numbers from one base to another written in kotlin.
For example you can use this tool to convert 0.375 from decimal to base 20:
0.375_10 = 0.7a_20
- >=JDK 11.0.14
./gradlew build
./gradlew run --console=plain
The greater-than symbol followed by a space (> ) represents the user input. Note that it's not part of the input.