Skip to content

Instantly share code, notes, and snippets.

@haru01
Created May 31, 2017 15:19
Show Gist options
  • Select an option

  • Save haru01/479b8309d1da4cecfb3f2fddda8ed48c to your computer and use it in GitHub Desktop.

Select an option

Save haru01/479b8309d1da4cecfb3f2fddda8ed48c to your computer and use it in GitHub Desktop.
3
package roman
func ToRoman(in int16) string {
return "I"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment