# C-question **Repository Path**: avging/c-question ## Basic Information - **Project Name**: C-question - **Description**: C-question - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2023-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 晓静的刷题记录 ```c #include int main(void) { printf("HelloWold"); return 0; } ```