github.com/informationsea/shellflow@v0.1.3/examples/helloprint.c (about) 1 #include <stdio.h> 2 3 void printHello(void) { 4 printf("Hello, world!\n"); 5 }