Add hello

This commit is contained in:
2020-09-29 20:45:00 +05:30
commit 34754a7130
4 changed files with 73 additions and 0 deletions

5
src/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include<iostream>
int main(){
std::cout<<"Hello World"<<std::endl;
}