@@ -2,6 +2,7 @@ package main
import ( "fmt"
"time"
"runtime"
)
func main(){
@@ -11,4 +12,6 @@ func main(){
fmt.Println("Hello World! 1")
time.Sleep(duration)
fmt.Println("Hello World! 2")
fmt.Printf("Hello from: %s %s\n",runtime.GOOS,runtime.GOARCH)
}
The note is not visible to the blocked user.