Everything is OK

This commit is contained in:
周楚杰 2023-10-04 15:17:37 +08:00
parent 3ab42338e0
commit c23f5a7b62
2 changed files with 8 additions and 1 deletions

View File

@ -5,4 +5,5 @@
int main(){
printf("hello git --sjq");
}
printf("hello git --zcj");
}

6
zcj.c Normal file
View File

@ -0,0 +1,6 @@
#include "stdio.h"
int main()
{
printf("Hello,ZCJ!");
return 0;
}