func main() { i := C.the_answer() fmt.Printf("%d. Yup, that's it!\n", i) }
func TheAnswer() int { return int(C.the_answer()) }