https://github.com/zing-dev/learn-cpp
hello cpp
https://github.com/zing-dev/learn-cpp
c cpp
Last synced: about 2 months ago
JSON representation
hello cpp
- Host: GitHub
- URL: https://github.com/zing-dev/learn-cpp
- Owner: zing-dev
- License: apache-2.0
- Created: 2017-09-11T05:28:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T14:47:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T05:41:21.920Z (4 months ago)
- Topics: c, cpp
- Language: C++
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-cpp
> this project for learning cpp
```c++
#include
using namespace std;
int main()
{
cout << "Hello World" <