Skip to content

glyphrider/roman.erl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numeral Conversion

Build Status

To compile the erlang code into a beam file

erlc roman.erl

or

erl
1> c(roman).

then

2> roman:to(1234).

To run unit tests (eunit):

erlc -DTEST roman.erl
erl -s roman verbose_testing -s init stop

Todo: See about an Emakefile.

About

Erlang Roman Numeral Conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors