initial commit

This commit is contained in:
2025-03-29 17:44:29 +01:00
commit c47498c19c
8 changed files with 411 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from debattierer!")
if __name__ == "__main__":
main()