feature-B commit

This commit is contained in:
ShallowGreen123
2022-06-13 22:16:18 +08:00
parent 1eb8a9e3cb
commit a800b2fa85
2 changed files with 8 additions and 0 deletions

View File

@@ -1 +1,4 @@
hello git hello git
add new line

5
main.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
return 0;
}