Add hello world

This commit is contained in:
Alan Donovan 2015-02-02 21:32:30 -05:00
parent 4c56507372
commit fae926748a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}