From 9811a0d0ad6fad5d2184e1f2bbffb78ef3278a68 Mon Sep 17 00:00:00 2001 From: Xargana Date: Fri, 16 May 2025 19:15:22 +0300 Subject: [PATCH] a --- modules/hello_world.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modules/hello_world.py diff --git a/modules/hello_world.py b/modules/hello_world.py new file mode 100644 index 0000000..a98d1ba --- /dev/null +++ b/modules/hello_world.py @@ -0,0 +1,2 @@ +def get_text(): + return "Hello, world!"