Skip to content

Instantly share code, notes, and snippets.

@haru01
Last active June 3, 2017 08:10
Show Gist options
  • Select an option

  • Save haru01/8ef39bd39976a5ee9e2bea07e8835292 to your computer and use it in GitHub Desktop.

Select an option

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