@@ -5,7 +5,10 @@ import ( "fmt"
)
func main(){
fmt.Println("Hello World!")
duration := time.Second
fmt.Println("Hello World! 0")
time.Sleep(duration)
fmt.Println("Hello World! 1")
fmt.Println("Hello World! 2")
}
The note is not visible to the blocked user.