package main import "fmt" func main() { fmt.Println("Hello World 123") fmt.Println("This is a test") }