mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Merge pull request #250 from arshdeepsk/add-arshdeep-singh
Adding Arshdeep Singh to contributers list
This commit is contained in:
commit
3919c64626
9
code/arshdeep.cpp
Normal file
9
code/arshdeep.cpp
Normal 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 ";
|
||||
}
|
Loading…
Reference in New Issue
Block a user