Merge branch 'feature-B'

This commit is contained in:
ShallowGreen123
2022-06-13 22:19:34 +08:00
2 changed files with 9 additions and 0 deletions

View File

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

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{ printf("hello world\n");
return 0;
}