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