package main import "fmt" func main() { fmt.Print("első") fmt.Println("második") }