Merge pull request #250 from arshdeepsk/add-arshdeep-singh

Adding Arshdeep Singh to contributers list
This commit is contained in:
Luke Oliff 2018-10-08 10:32:16 -07:00 committed by GitHub
commit 3919c64626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ";
}