# Codeup **Repository Path**: okhoogh/Codeup ## Basic Information - **Project Name**: Codeup - **Description**: http://codeup.cn/ - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-10-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` #include int main() { puts("Hello World"); return ; } ```