lizfcm/src/main.c

8 lines
102 B
C

#include "lizfcm.h"
#include <stdio.h>
int main() {
printf("hello, from lizfcm!\n");
return 0;
}