package main import ( "fmt" ) func main() { about() } func about() { fmt.Println("Para Irén") fmt.Println("Szeged") }