# learn-cpp **Repository Path**: zing-dev/learn-cpp ## Basic Information - **Project Name**: learn-cpp - **Description**: learn-cpp - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-11 - **Last Updated**: 2021-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-cpp > this project for learning cpp ```c++ #include using namespace std; int main() { cout << "Hello World" <