Full completed project

This commit is contained in:
2025-02-10 12:37:33 +00:00
commit b9abff8012
229 changed files with 16866 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM python:3.9
ADD main.py .
#CMD [“python”, “./main.py”]
CMD python ./main.py

View File

@@ -0,0 +1 @@
print("Hello world")