Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 111 Bytes

File metadata and controls

8 lines (8 loc) · 111 Bytes

hello-world

#include<bits/stdc++.h> using namespace std; int main() { cout<<"hello world"<<endl; return 0; }