Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 97 Bytes

LICENSE.md

File metadata and controls

8 lines (7 loc) · 97 Bytes

#include using namespace std;

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