Skip to content

Instantly share code, notes, and snippets.

@haru01
Created June 3, 2017 08:12
Show Gist options
  • Select an option

  • Save haru01/574916a733b2594ae63a15ccacea7e42 to your computer and use it in GitHub Desktop.

Select an option

Save haru01/574916a733b2594ae63a15ccacea7e42 to your computer and use it in GitHub Desktop.
package roman
type Arabian uint16
type Roman string
func (in Arabian) ToRoman() Roman {
return Roman("I")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment