add some files

This commit is contained in:
2026-01-21 10:21:57 +08:00
parent 7559492188
commit 05029f0b07
9 changed files with 190 additions and 26 deletions

View File

@@ -1 +1,11 @@
1.
1. 这里写题目
```c
#include <stdio.h>
int main(int argc, char const *argv[])
{
printf("这是一个测试!");
return 0;
}
```
1. just a test