First commit

This commit is contained in:
muskit
2022-09-02 02:09:47 -07:00
commit e31652d991
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
def main():
print('hello python android')
if __name__ == "__main__":
main()