HFUT-Git-Training/zcj.c

7 lines
70 B
C
Raw Permalink Normal View History

2023-10-04 15:17:37 +08:00
#include "stdio.h"
int main()
{
printf("Hello,ZCJ!");
return 0;
}