package main import "fmt" func main() { fmt.Println("Go", "makes", "printing", "easy") }
Click Run to execute this code.