Guest User

Untitled

a guest
Feb 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. x := “I’m so hungry right now.”
  2. for i := 0; i < len(x); i++ {
  3. fmt.Printf(“%-3v → %4d → %08b\n”, string(x[i]), x[i], x[i])
  4. }
Add Comment
Please, Sign In to add comment