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