From 15f2ff5c791da7276108ce388a7f0ca576987e88 Mon Sep 17 00:00:00 2001 From: Dawid Kujawski Date: Tue, 3 Dec 2024 17:57:06 +0100 Subject: [PATCH] add python file --- abc.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 abc.py diff --git a/abc.py b/abc.py new file mode 100644 index 0000000..44159b3 --- /dev/null +++ b/abc.py @@ -0,0 +1 @@ +print("Hello world")