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