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