Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 152 Bytes

File metadata and controls

17 lines (10 loc) · 152 Bytes

hello-cpp

this project for learning cpp

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello World" <<endl;
}