From 0f8f0c96b8e2e31409b0c37758b5067871f151dd Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 31 Mar 2025 15:09:38 +0300 Subject: [PATCH] simple program --- 1.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..3f9a6f5 --- /dev/null +++ b/1.py @@ -0,0 +1 @@ +print(2**5)