This commit is contained in:
Van 2014-08-19 17:10:54 +08:00
parent 33e8b843ae
commit aff54214ff
1 changed files with 0 additions and 3 deletions

View File

@ -6,10 +6,7 @@ import (
) )
func main() { func main() {
for i := 0; i < 5; i++ {
fmt.Println("Hello, 世界") fmt.Println("Hello, 世界")
time.Sleep(time.Second) time.Sleep(time.Second)
} }
}