From cd05e995eef51205d8e5f299e309dda05195f49d Mon Sep 17 00:00:00 2001 From: Shubham Kulkarni Date: Tue, 22 May 2018 20:57:54 +0530 Subject: [PATCH] Added hello.py file --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..5bad7f0 --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ + print("hello world") +