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