This commit is contained in:
parent
33e8b843ae
commit
aff54214ff
|
@ -6,10 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
for i := 0; i < 5; i++ {
|
||||
fmt.Println("Hello, 世界")
|
||||
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue