Guest User

Untitled

a guest
Mar 26th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.08 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6.     fmt.Println("Hello, 世界")
  7. }
Add Comment
Please, Sign In to add comment