This commit is contained in:
2026-04-13 17:09:48 +02:00
parent 90c5a42b47
commit b8ce84b138
7 changed files with 529 additions and 97 deletions

6
hello.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from uulm-coronang-autojoin!")
if __name__ == "__main__":
main()