#include "fun1.h" int main() { printf("Hello World\n"); fun1(); return 0; }