testing repo on linux

This commit is contained in:
Jacob Delgado 2023-04-02 15:43:25 -07:00
commit b986c8bf8d
2 changed files with 4 additions and 0 deletions

0
README.md Normal file
View File

4
helloworld.py Normal file
View File

@ -0,0 +1,4 @@
x = 'Hello'
y = 'world'
print(x+y)