diff --git a/somecode.py b/somecode.py index 9bc8bf7..37c30e6 100644 --- a/somecode.py +++ b/somecode.py @@ -1 +1,2 @@ +# func to add def add(a, b): return a + b