From 40231a2d5423422217130f7c7b2a6ac6a903967a Mon Sep 17 00:00:00 2001 From: Armands Biguzis Date: Sun, 17 Dec 2023 18:04:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..4648e70 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello, World!") \ No newline at end of file