Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 163 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 163 Bytes

hello_world

my first repository

//C++ code here #include using namespace std; int main(){ cout << "hello world!" << endl; return 0; }