From 624c5ab1d6a70855e224feaaee9ffad46ea5b11c Mon Sep 17 00:00:00 2001 From: kristina Date: Tue, 27 Sep 2022 17:31:54 +0300 Subject: [PATCH] add python file --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..44159b3 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello world")