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