commit 9111af4733e0daa0fe37ecbe7e9a6be9f6723046 Author: ntoffo Date: Wed Nov 26 06:12:07 2025 +0000 Add helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file