#include int main(int argc, char ** argv) { (void) argc; (void) argv; printf("hello world my_package package\n"); return 0; }