From 019a7d8f7c7e748ef67e3d1fc21c811263775d92 Mon Sep 17 00:00:00 2001 From: PranayK-666 Date: Mon, 19 Oct 2020 16:39:20 +0530 Subject: [PATCH] Added to contributors.md and hello world script --- .DS_Store | Bin 12292 -> 14340 bytes CONTRIBUTORS.md | 11 ++++++++--- scripts/hello_world_pranaykhosla.py | 5 +++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 scripts/hello_world_pranaykhosla.py diff --git a/.DS_Store b/.DS_Store index dab8cc6c2d4602ec88cc2a48dae7f37818af816f..90a94034b08023d54c0e23e9b70346e0fe9df9fc 100644 GIT binary patch delta 1765 zcmd5--EZ4e6hAj5t-WT8v!)*jEi+`$NQ+b#rfm|Gb=mkRP?9YLwKOAh?3>h@<7?SY zKNpI`#CRn5Wgx*D4~Q40JWZ3v#}i0Mdu6&`tlV<+B{79?IkSh_yP_x$d? z=l;&`USGa&*%SeQWb5iQfP^lG&9g!TUvC14k)}9B9%<$ml6rNzps<>W0f5j*0@8o@ z55TpX^HCCWe;XQYJrQe!<282XOj&1T#ButiuOImSgD*~DG>!rFF9U+P(lvJ+z(c#& zN2Dx#gp*ti7DE33SU_PFn*}z$MKGWaH7I*Mb2?Kx3k!&S9JjXa?u?}S$tZrN(M?X3 z*KD(c`KoN{n(au^PbAcLU$}pO<9UwX&z~=>u(g6CJ9RtjmW1cFm;DY+rDfUjF(qMa zYin9Mkr5x2q((;EI(}Trh({kg)@bnD=)==9a~EnGn_HI}uf2;4<3mW>LbPK8^By__ zxDy5Uqk#zy*gZt|RTI#9a%>}9>}K`Kr$76w?j77s@!z9*_@4L{S|3hSLe1OzNZgHx zZ%iTSWW9^@0gy301y(Rcq<%Net+&O~q>s-PTR%QH7Csh~{??t(?Rc=?+DXb$q469ACIav2qOiIVv?@0%f=iGND)BT=!(EV&O^RzF3ZXHD+ z?=xP*`Ch!IAh3Hk=Zzy=K!qpE@m_#0(7PwW*R3cF9{#7&D*l_&^0L|1l+}*j$<09T zw*=v?;`a?k_8*7}v4cagcx-rhWOQsekxY)4grTymT&!BGZm6f3&aA9nr^{7KQwyf7 zXhwC>q3cdT+oUDo;4bJns=nIkdI^UwY?ug&?*ctzQEK=T<|-ANI*VQYQb~x~ip6w2 z&uq=nn6Xr}@leh=v^Hl{nEOe5czX|KaY?o;*{IU&#(7;XQ$1&7nd7jUhxA4(%*b1G zRikT*8v0)Hsgu99k78=}`M^oH9RX5p2Ou^3@ms#n31q=w2IcwG_H4cr=HLjNf_Zou zF2W`>;e8av4fqm%fgSjr43GqQh#VnD$qYG3o+W3=IkG^O$SY*IJw6oN4HLm~ZA(;# zz98F9&ZGuai>mCi#)g`);Stjb_e9 XLhWD22@mM%nP%&o!-qoui<{t2>mt>} delta 634 zcmZoEXh~3DU|?W$DortDV9)?EIe-{M3-ADmHU9XZ34j%;?4+M;i5Sl?4O2epQ6DNpnRurgboh%||z{Yq3 z71l|bTABl`GzVL0XlP=jqhM-i479U(@;XJ!&8NgmSvRkh4Pj#Bo6Muo%;>gxpMoNQ6Cc|Zb}2LLTtmb?G} diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..24f9a10148 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1844,7 +1844,12 @@ Noida - Bio: Trying to fit in coding society. - GitHub: [Pranav Bhasin](https://github.com/pranavbhasin96) -#### Name: [Pranjal Singh] (https://github.com/pranjal44) +#### Name: [Pranay Khosla](https://github.com/PranayK-666) +- Place: Delhi, India +- Bio: Coding enthusiast +- GitHub: [PranayK-666](https://github.com/PranayK-666) + +#### Name: [Pranjal Singh](https://github.com/pranjal44) - Place: Delhi, India - Bio: Beginner - GitHub: [pranjal44](https://github.com/pranjal44) @@ -1859,10 +1864,10 @@ Noida - Bio: I tell tales! - GitHub: [Pratyum](https://github.com/Pratyum) -#### Name: [Pronomita Dey] (https://github.com/PronomitaDey) +#### Name: [Pronomita Dey](https://github.com/PronomitaDey) - Place : India - Bio : Front End Developer. Open Source Enthusiast. Learner. -- GitHub : [Pronomita Dey] (https://github.com/PronomitaDey) +- GitHub : [Pronomita Dey](https://github.com/PronomitaDey) #### Name: [PureHyd](https://github.com/PureHyd) - Place: Evanston, IL diff --git a/scripts/hello_world_pranaykhosla.py b/scripts/hello_world_pranaykhosla.py new file mode 100644 index 0000000000..68a1b73765 --- /dev/null +++ b/scripts/hello_world_pranaykhosla.py @@ -0,0 +1,5 @@ +# LANGUAGE: Python +# AUTHOR: Pranay Khosla +# GITHUB: https://github.com/PranayK-666 + +print('Hello World') \ No newline at end of file