From 9ab1e8facd8c06d97054875bfa6cf7a7e44ff4d3 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Tiwari <31995292+Rahul-Kumar-Tiwari@users.noreply.github.com> Date: Wed, 31 Oct 2018 21:09:10 +0530 Subject: [PATCH] Create rahul_helloworld --- Python/rahul_helloworld | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python/rahul_helloworld diff --git a/Python/rahul_helloworld b/Python/rahul_helloworld new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/Python/rahul_helloworld @@ -0,0 +1 @@ +print("Hello World!")