初始化仓库

This commit is contained in:
zw
2025-06-13 11:29:59 +08:00
commit 08b851951c
494 changed files with 184421 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <stdio.h>
int main()
{
fprintf(stderr, "This is stderr\n");
printf("This is stdout\n");
return 0;
}