Compare commits

..

4 Commits

Author SHA1 Message Date
l7i
fb8cb767a0 add main 2025-10-17 00:35:48 +08:00
l7i
0ea3e5ad6d branch test 2025-10-17 00:12:34 +08:00
l7i
bb71f9fa6e add gpl 2025-10-16 17:59:12 +08:00
l7i
0a999ac1fa add distributed 2025-10-16 17:57:17 +08:00
2 changed files with 9 additions and 0 deletions

6
main.c Normal file
View File

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

View File

@@ -1 +1,4 @@
hello git
git is a free software
under gpl
branch dev