Skip to content

go-roman is an example of creating roman numbers using a quite unique approach

License

Notifications You must be signed in to change notification settings

kaizen63/go-roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

go-roman is an example of creating roman numbers using a quite unique approach

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages