From c6d1e29ae790e97a6db674f3210dbcaf98beb87d Mon Sep 17 00:00:00 2001 From: Polozhiev Date: Sun, 18 Dec 2022 01:31:58 +0300 Subject: [PATCH] Add hello --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..ae2c62a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello wolrd") \ No newline at end of file