From 35f1290405f20c2f0015ae44629f3bb2dc1a06cb Mon Sep 17 00:00:00 2001 From: Jatin Bhakta Date: Thu, 24 Oct 2019 22:13:51 -0400 Subject: [PATCH] Create main.py --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello World!")