f_and_c/example3/main.c
2024-05-13 14:04:30 +08:00

7 lines
83 B
C

#include "hello.h"
int main(void) {
hello("world, everyone");
return 0;
}