mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Adding Arshdeep Singh to contributers list
This commit is contained in:
parent
4da95e9a22
commit
4bc5e4ab9f
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