Skip to content

Instantly share code, notes, and snippets.

@eric6356
Last active June 21, 2016 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric6356/df437c8de2c094390f0f646711458d0e to your computer and use it in GitHub Desktop.
Save eric6356/df437c8de2c094390f0f646711458d0e to your computer and use it in GitHub Desktop.
golang hello world
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment