package main // #include // void helloworld() { printf("hello, world\n"); } import "C" func main() { C.helloworld() }