What would happen if you attempted to compile and run this Go program?
package main
var GlobalFlag string
func main() {
print("["+GlobalFlag+"]")
}
What would happen if you attempted to compile and run this Go program?
package main
var GlobalFlag string
func main() {
print("["+GlobalFlag+"]")
}