/roman-numeral-kata

Unfinished roman numeral kata solution. Currently converts roman numeral strings to integers, will eventually be able to do the opposite

Primary LanguageKotlin

roman-numeral-kata

Unfinished roman numeral kata solution. Currently converts roman numeral strings to integers, will eventually be able to do the opposite.

This project was built and run in IntelliJ IDEA. To run it from the CLI, navigate to the root directory of the repository and run ./gradlew run --args="". Roman numerals can be passed in as arguments separated by spaces.