2 març 2025

This commit is contained in:
Roger Oriol
2025-03-02 15:53:08 +01:00
parent 06fc15233a
commit 6cdfadfd5d
8 changed files with 909 additions and 5 deletions

6
main.py Normal file
View File

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