// variables3 // Make me compile! package main import "fmt" func main() { var x = 5 fmt.Printf("x has the value %d", x) }