package main import "fmt" func main() { const dist = 56000000 fmt.Printf("You'd reach Malacandra in 28 days if you travelled %v km/h", dist/28/24) }