This commit is contained in:
Liang Ding 2014-11-20 16:52:53 +08:00
parent dec6205e4f
commit 5668598ea6
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
package main
import (
"fmt"
"time"
)
func main() {
for {
fmt.Println("Hello, 世界")
time.Sleep(time.Second)
}
}