Beispiel #1
0
func main() {
	hello.SayHello(os.Stdout)
	space.SaySpace(os.Stdout)
}
Beispiel #2
0
func main() {
	hello.SayHello(os.Stdout)
}