Skip to content

Instantly share code, notes, and snippets.

@kjk
Created November 2, 2019 09:12
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 kjk/5648d36550f7592236327e920243f791 to your computer and use it in GitHub Desktop.
Save kjk/5648d36550f7592236327e920243f791 to your computer and use it in GitHub Desktop.
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