An open API service indexing awesome lists of open source software.

https://github.com/gradedjestrisk/roman

kata roman numerals
https://github.com/gradedjestrisk/roman

Last synced: 7 months ago
JSON representation

kata roman numerals

Awesome Lists containing this project

README

          

# Usage

To convert a decimal integer to roman numeral
```shell
./gradlew run --args
```
Eg.
```shell
./gradlew run --args 50
```