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