#include #include int main(void) { printf("Program should print \"Hello World \" by calling static library function.\n"); hello(12); return 0; }