From c3d4ad13cdd2bfb0180bad69040c64cb851bbbc5 Mon Sep 17 00:00:00 2001 From: Alexandr Date: Thu, 7 May 2026 14:36:52 +0300 Subject: [PATCH] Add hello_world.py --- hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/hello_world.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file