Files
c-course/c-basic/main.c

8 lines
81 B
C

#include <stdio.h>
#include "hello.h"
int main() {
hello();
return 0;
}