From 6cc34680f959e24b718db04590b7c4b5b5cd2698 Mon Sep 17 00:00:00 2001 From: Prabhakar Deep Date: Sun, 7 Oct 2018 19:07:41 +0530 Subject: [PATCH] My first contribution. Just figuring out how git works. --- code/prvkrHelloWorld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/prvkrHelloWorld.py diff --git a/code/prvkrHelloWorld.py b/code/prvkrHelloWorld.py new file mode 100644 index 0000000..1e16d17 --- /dev/null +++ b/code/prvkrHelloWorld.py @@ -0,0 +1 @@ +print("Hello, World!) # This will print "Hello, World!" on the screen.