From f115e3a0824f28b9faa191941d247c5bb6937618 Mon Sep 17 00:00:00 2001 From: mdm Date: Thu, 18 Jul 2024 16:59:30 +0200 Subject: [PATCH] init commit --- test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..4d25e70 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +def f(): + print("hello")