This commit is contained in:
randogoth 2025-10-19 22:58:10 +03:00
commit 3d889ec117
14 changed files with 1722 additions and 0 deletions

6
main.py Normal file
View file

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