From 20d32e927ba1825683cb04cd3448d046e87b4ac3 Mon Sep 17 00:00:00 2001 From: Daniil Telegin Date: Tue, 27 Sep 2022 17:40:12 +0300 Subject: [PATCH] added hello_world.py file --- 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..f301245 --- /dev/null +++ b/hello_world.py @@ -0,0 +1 @@ +print("Hello World!")