cleaning up

This commit is contained in:
Robert Peters
2011-03-13 20:57:06 +01:00
parent a4670a9435
commit 9de372fcb6
2 changed files with 0 additions and 1 deletions

7
g/go.go Normal file
View File

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