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