Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active February 16, 2018 11:41
Show Gist options
  • Save vkorbes/73fd52c53bbbb07d502c78129c928b06 to your computer and use it in GitHub Desktop.
Save vkorbes/73fd52c53bbbb07d502c78129c928b06 to your computer and use it in GitHub Desktop.
x := “Ó o auê aí, ô!” // Perfectly valid Portuguese. (Not really.)
for i := 0; i < len(x); i++ {
fmt.Printf(“%-3v → %4d → %8b\n”, string(x[i]), x[i], x[i])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment