Adding Arshdeep Singh to contributers list

This commit is contained in:
arshdeepsk 2018-10-07 21:18:57 +05:30
parent 4da95e9a22
commit 4bc5e4ab9f
1 changed files with 9 additions and 0 deletions

9
code/arshdeep.cpp Normal file
View File

@ -0,0 +1,9 @@
#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 ";
}