Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gradedjestrisk/roman

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

Last synced: 26 days 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
```