10 lines
81 B
C
10 lines
81 B
C
#include "fun1.h"
|
|
|
|
int main()
|
|
{
|
|
printf("Hello World\n");
|
|
fun1();
|
|
return 0;
|
|
}
|
|
|