initial commit via gitinitshit

This commit is contained in:
2025-09-17 19:06:11 -06:00
commit e4a53dfc51
5 changed files with 28 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
def HelloWorld(message):
print(message)
HelloWorld("print")