Example #1
0
func main() {
	i := C.the_answer()
	fmt.Printf("%d. Yup, that's it!\n", i)
}
Example #2
0
File: fortran.go Project: sreis/go
func TheAnswer() int {
	return int(C.the_answer())
}