From 6c47539499020cf024e2b4e57583ed8f1668fa8a Mon Sep 17 00:00:00 2001 From: "prajapatiharikesh16@gmail.com" Date: Mon, 8 Jul 2019 16:14:16 +0530 Subject: [PATCH] My first prog --- first.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 first.py diff --git a/first.py b/first.py new file mode 100644 index 0000000..c59291a --- /dev/null +++ b/first.py @@ -0,0 +1 @@ +print "Hello" \ No newline at end of file