Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6.  
  7. a:="hello, world\n"
  8. fmt.Println(a[0])
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement