11 lines
81 B
C
11 lines
81 B
C
#include <stdio.h>
|
|
#include "hello.c"
|
|
|
|
int main()
|
|
{
|
|
|
|
hello();
|
|
|
|
return 0;
|
|
}
|