From b986c8bf8dd6f4b76119da113659832f91b597c9 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Sun, 2 Apr 2023 15:43:25 -0700 Subject: [PATCH] testing repo on linux --- README.md | 0 helloworld.py | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 README.md create mode 100644 helloworld.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..2e7790e --- /dev/null +++ b/helloworld.py @@ -0,0 +1,4 @@ +x = 'Hello' +y = 'world' + +print(x+y)