Skip to content

Instantly share code, notes, and snippets.

@narita1980
Created March 27, 2015 05:21
Show Gist options
  • Save narita1980/99492391c0ae456a7282 to your computer and use it in GitHub Desktop.
Save narita1980/99492391c0ae456a7282 to your computer and use it in GitHub Desktop.
Hello, World!
// You can edit this code!
// Click here and start typing.
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