From 8e439972a73464d9361581cf82e80d665f97433b Mon Sep 17 00:00:00 2001 From: Neuf Date: Sun, 14 Sep 2025 21:13:05 +0500 Subject: [PATCH] Add test file and say hello --- Module16/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Module16/helloworld.py diff --git a/Module16/helloworld.py b/Module16/helloworld.py new file mode 100644 index 0000000..9ea5ec5 --- /dev/null +++ b/Module16/helloworld.py @@ -0,0 +1 @@ +print('Hi there!') \ No newline at end of file