added extra text
This commit is contained in:
parent
17ab0940f7
commit
5711f1d8c8
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")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user