Пример #1
0
func main() {
	C.sayHi()
}
Пример #2
0
func main() {
	C.sayHi()
	fmt.Println("sqrt:", C.sqrt(4))
}