add some files
This commit is contained in:
@@ -1 +1,11 @@
|
||||
1.
|
||||
1. 这里写题目
|
||||
```c
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char const *argv[])
|
||||
{
|
||||
printf("这是一个测试!");
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
1. just a test
|
||||
Reference in New Issue
Block a user