1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00
2018-01-08 04:30:50 +08:00

8 lines
64 B
Go

package main
import "C"
func main() {
println("hello cgo")
}