@@ -1,7 +1,12 @@
package main
import "fmt"
import (
"fmt"
"os"
)
func main() {
fmt.Println("Hello world")
for _, v := range os.Environ() {
fmt.Println(v)
}
The note is not visible to the blocked user.