From 0b51d5d91a4978d7ab94580ca6b64e98c94a999d Mon Sep 17 00:00:00 2001 From: Harrish-Selvarajah <42291934+Harrish-Selvarajah@users.noreply.github.com> Date: Mon, 8 Oct 2018 14:48:28 +0530 Subject: [PATCH 1/2] Create heloow.py --- code/heloow.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/heloow.py diff --git a/code/heloow.py b/code/heloow.py new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/code/heloow.py @@ -0,0 +1 @@ +print("Hello, World!") From f949607ec293d5870bdd44636d4e8888f2ee7a00 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:25:10 +0100 Subject: [PATCH 2/2] Rename heloow.py to Harrish-Selvarajah.py --- code/{heloow.py => Harrish-Selvarajah.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/{heloow.py => Harrish-Selvarajah.py} (100%) diff --git a/code/heloow.py b/code/Harrish-Selvarajah.py similarity index 100% rename from code/heloow.py rename to code/Harrish-Selvarajah.py