hacktoberfest-2018/code/arshdeep.cpp
2018-10-07 21:18:57 +05:30

10 lines
213 B
C++

#include<iostream>
using namespace std;
int main(){
cout<<"Hello World"<<endl;
cout<<"This is Arshdeep Singh from India"<<endl;
cout<<"And this is my very first PR"<<endl;
cout<<"Happy Hacktober!!! '18 ";
}