From d57ce6a92c5ed42860018e172abaa3e3c7deaf59 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Mon, 26 Jun 2023 16:32:04 -0700 Subject: [PATCH] Removed test file --- helloworld.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py deleted file mode 100644 index 2e7790e..0000000 --- a/helloworld.py +++ /dev/null @@ -1,4 +0,0 @@ -x = 'Hello' -y = 'world' - -print(x+y)