Skip to content

iboard/ex_roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numbers Kata

A TDD example of how to convert Roman numbers into decimal values with Elixir. Mostly based on pattern matching. March 2019 by Wolfgang Stöcher and Andi Altendorfer at Mondigo

TODO: (feel free to contribute ;-)

See: Issues

Install

git clone https://github.com/iboard/ex_roman.git
cd ex_roman
mix test --trace

If you plan to contribute, please fork the repo first, thus you can create pull-requests for your changes and additions.

Usage

To play with the code, just open the test-file, fiddle around, and run mix test.

Releases

No releases published

Packages

No packages published

Languages