Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 327 Bytes

Roman numbers to arabic numbers exercise

Rules could be found here: Roman Number Rules

To run the tests, please follow the following instructions:

git clone https://github.com/markywilson/romanToArabic.git

cd romanToArabic

npm install

npm run test