Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages