git iniciado

This commit is contained in:
2025-11-04 00:41:37 +01:00
commit 3bee50d747
7 changed files with 674 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from telegram!")
if __name__ == "__main__":
main()