int main()

in go/main/rootfs/helloWorld.c [2:5]


int main() {
   printf("Hello, World!");
   return 0;
}