commit c5c5ada400f353cfe12035b574e829eb1db25ee6 Author: Vojtěch Káně Date: Fri Nov 24 11:57:10 2023 +0000 initial commit 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