Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squarepear/romannumerals.java

Calculate the roman numeral string of a number in Java
https://github.com/squarepear/romannumerals.java

Last synced: 5 days ago
JSON representation

Calculate the roman numeral string of a number in Java

Awesome Lists containing this project

README

        

## CS 222 - Optimas Achievement
This program is written in Java using Gradle. It was created for an achievement (assignment) in the CS 222 course at Ball State University.

### Cloning the repo

```sh
git clone https://github.com/SquarePear/RomanNumerals.java RomanNumerals
cd RomanNumerals
```

### Build program

```sh
./gradlew build
```

### Run program

```sh
java -jar build/libs/roman-numerals-0.1.0.jar
```

### Test program

```sh
./gradlew test
```