package main /* #include #include void say_hello() { printf("Hello World!\n"); } */ import "C" func main() { C.say_hello() }