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