Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6. x := "hello world"
  7. fmt.Printf("%v %T \n",string(x[3]) , x[3])
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement