From 0ef5202a0a406708c8e338145d80a558fe68fec7 Mon Sep 17 00:00:00 2001 From: Roman Zhilkin Date: Fri, 7 Mar 2025 13:29:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app.py diff --git a/app.py b/app.py new file mode 100644 index 0000000..e838226 --- /dev/null +++ b/app.py @@ -0,0 +1 @@ +print("Привет!") \ No newline at end of file