Skip to content

Instantly share code, notes, and snippets.

@haru01
Last active May 31, 2017 15:14
Show Gist options
  • Select an option

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

Select an option

Save haru01/a6a40c882a86e3fbc4e52546b0a0149f to your computer and use it in GitHub Desktop.
2
func TestToRoma(t *testing.T) {
if got, want := ToRoman(1), "I"; got != want {
t.Errorf("Fail ToRoman(1): got %s want I", got)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment