From 9111af4733e0daa0fe37ecbe7e9a6be9f6723046 Mon Sep 17 00:00:00 2001 From: ntoffo Date: Wed, 26 Nov 2025 06:12:07 +0000 Subject: [PATCH] Add helloworld.py --- helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 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