From 68782a7c6e8c3c1394780ed034740d28ee7fbac7 Mon Sep 17 00:00:00 2001 From: Emil Shanaty Date: Fri, 7 Mar 2025 21:30:15 +0300 Subject: [PATCH] first commit --- 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..6d95fe9 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file