Skip to content

CLI tool to convert numbers from one base to another written in kotlin.

Notifications You must be signed in to change notification settings

pgebert/number-base-converter

Repository files navigation

Number base converter

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

Prerequisites

  • >=JDK 11.0.14

Getting started

./gradlew build
./gradlew run --console=plain

Demonstration

The greater-than symbol followed by a space (> ) represents the user input. Note that it's not part of the input.

About

CLI tool to convert numbers from one base to another written in kotlin.

Topics

Resources

Stars

Watchers

Forks