wesleye2003 / roman-numeral-kata

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Kotlin 100.0%