Add hello world in python

This commit is contained in:
saul_badillo
2024-04-11 18:45:57 -06:00
parent d054de192a
commit 94a30a5bd7

1
hello.py Normal file
View File

@@ -0,0 +1 @@
print("Hello world!")