mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-01 12:17:47 +00:00
10 lines
213 B
C++
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 ";
|
|
}
|