From dee3a08865cea12ac45a2ccc5065868e67cf23ea Mon Sep 17 00:00:00 2001 From: FizMaks Date: Sat, 17 Feb 2024 22:53:44 +0700 Subject: [PATCH] add test python --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..45a28c6 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print(1 + 1) \ No newline at end of file