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