@@ -1 +1,11 @@
package go_study
package main
import (
"fmt"
"math/rand"
)
func main() {
fmt.Println("Hello World")
fmt.Println("My favorite number is", rand.Intn(100))
}
The note is not visible to the blocked user.