#include <stdio.h> #include <stdlib.h> int main(void) { puts("hello sample_package"); return EXIT_SUCCESS; }