Guest User

Untitled

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. x := “Ó o auê aí, ô!” // Perfectly valid Portuguese. (Not really.)
  2. for i := 0; i < len(x); i++ {
  3. fmt.Printf(“%-3v → %4d → %8b\n”, string(x[i]), x[i], x[i])
  4. }
Add Comment
Please, Sign In to add comment