Skip to content

Instantly share code, notes, and snippets.

@lidaobing
Created December 2, 2013 05:15
Show Gist options
  • Select an option

  • Save lidaobing/7745411 to your computer and use it in GitHub Desktop.

Select an option

Save lidaobing/7745411 to your computer and use it in GitHub Desktop.
package main
func main() {
str := "Hello, 世界 "
println(str)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment