예제 #1
0
파일: yes.go 프로젝트: jbardin/go_talks
func main() {
	i := C.the_answer()
	fmt.Printf("%d. Yup, that's it!\n", i)
}
예제 #2
0
파일: fortran.go 프로젝트: sreis/go
func TheAnswer() int {
	return int(C.the_answer())
}