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