Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active February 16, 2018 11:41
Show Gist options
  • Save vkorbes/fc4e8ca3ac196cd1625d863e19ea57af to your computer and use it in GitHub Desktop.
Save vkorbes/fc4e8ca3ac196cd1625d863e19ea57af to your computer and use it in GitHub Desktop.
x := “I’m so hungry right now.”
for i := 0; i < len(x); i++ {
fmt.Printf(“%-3v → %4d → %08b\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