package args func Hello(name string) string { return "Hello " + name + "!" }