# learn-c **Repository Path**: zing-dev/learn-c ## Basic Information - **Project Name**: learn-c - **Description**: c 开发笔记 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-09-08 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```c #include int main() { printf("Hello World"); return 0; } ```