package main import "fmt" func main() { fmt.Println("Hello, World!") fmt.Printf("The version is %s\n", Version) }