commit c3d4ad13cdd2bfb0180bad69040c64cb851bbbc5 Author: Alexandr Date: Thu May 7 14:36:52 2026 +0300 Add 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