Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 386 Bytes

Romanizer

Roman Numerals Kata for Pillar.

If you want to run it,

  • install node
  • npm install mocha -g
  • from within the romanizer directory:
    • npm install
    • npm start
Enter a value: 1966
MCMLXVI
Enter a value: MMMCMXCIX
3999
Enter a value: xyz
Invalid input: Invalid character

To run the unit tests:

  • npm test