Ejemplo n.º 1
0
func main() {
	C.sayHi()
}
Ejemplo n.º 2
0
func main() {
	C.sayHi()
	fmt.Println("sqrt:", C.sqrt(4))
}