@@ -1,4 +1,5 @@
package main
import (
"fmt"
"math/rand"
@@ -9,4 +10,9 @@ func main() {
rand.Seed(time.Now().UTC().UnixNano())
fmt.Print("hello")
for {
fmt.Println("Infinite Loop 1")
time.Sleep(time.Second)
}
The note is not visible to the blocked user.