added extra text
This commit is contained in:
5
hello.go
5
hello.go
@@ -5,7 +5,10 @@ import ( "fmt"
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main(){
|
func main(){
|
||||||
fmt.Println("Hello World!")
|
|
||||||
duration := time.Second
|
duration := time.Second
|
||||||
|
fmt.Println("Hello World! 0")
|
||||||
time.Sleep(duration)
|
time.Sleep(duration)
|
||||||
|
fmt.Println("Hello World! 1")
|
||||||
|
time.Sleep(duration)
|
||||||
|
fmt.Println("Hello World! 2")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user