From b265f00dd4e1937778b438b8daa2cec110c6c73c Mon Sep 17 00:00:00 2001 From: Shankhadeep Giri <42500391+shankha2018@users.noreply.github.com> Date: Sat, 12 Oct 2019 19:16:29 +0530 Subject: [PATCH] php program is added --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..997d91e --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello Octoberfest'19 ") \ No newline at end of file