Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 244 Bytes

Spotahome Code Kata

Implement the required code to make every test pass. The source file for the kata is in ./src/kata/toRoman.js

Steps

  1. Fork this repository
  2. Run yarn
  3. Run yarn start
  4. Start coding!