linux_c_learn/fock/fock.c

5 lines
73 B
C

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