Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 859 Bytes

Build Status Coverage Status

go-roman

A small package to convert integers to roman numbers. The intersting bit is that the conversion into roman is not a mathematical solution. Its pure text processing. Kudos to Kevlin Henney for this solution (although it was not in go)

This is a learning repo. Learn how to code Go, how to test Go and now to integrate GitHub with Travis and Coveralls

Example

$> go run main.go 10
I
II
III
IV
V
VI
VII
VIII
IX
X