コード例 #1
0
ファイル: yes.go プロジェクト: jbardin/go_talks
func main() {
	i := C.the_answer()
	fmt.Printf("%d. Yup, that's it!\n", i)
}
コード例 #2
0
ファイル: fortran.go プロジェクト: sreis/go
func TheAnswer() int {
	return int(C.the_answer())
}