From 7a42bedcab8225cee19053b58826055b411763e8 Mon Sep 17 00:00:00 2001 From: suraj916274 <44647605+suraj916274@users.noreply.github.com> Date: Wed, 31 Oct 2018 21:48:21 +0530 Subject: [PATCH] Create hello_world.py --- hello_world.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..cd454aa --- /dev/null +++ b/hello_world.py @@ -0,0 +1,2 @@ + +print("hello world")