Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 471 Bytes

File metadata and controls

15 lines (11 loc) · 471 Bytes

roman

DUB Package codecov Build Status

Library for roman numbers conversion;

import roman;

assert(fromRoman("MMXVIII") == 2018);
assert(toRoman(2018) == "MMXVIII");