From c5c5ada400f353cfe12035b574e829eb1db25ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Fri, 24 Nov 2023 11:57:10 +0000 Subject: [PATCH] initial commit --- main.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..28a9e0c --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +def soucet(a, c): + return a + c \ No newline at end of file