commit b986c8bf8dd6f4b76119da113659832f91b597c9 Author: ImAlpha Date: Sun Apr 2 15:43:25 2023 -0700 testing repo on linux 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)