github.com/informationsea/shellflow@v0.1.3/examples/hello.c (about) 1 #include <stdio.h> 2 #include "helloprint.h" 3 4 int main(int argc, char **argv) { 5 printHello(); 6 return 0; 7 }