Created
January 22, 2017 14:28
-
-
Save emurmotol/0768cde6d5a7c72a252843f9702f2bca to your computer and use it in GitHub Desktop.
Hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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