Question 1 of 10
package main import "fmt" func main() { var x int fmt.Println(x) }
What's the output?