package main func main() { println("Hello world from Go!") println("The answer is:", 42) }