diff --git a/src/add.py b/src/add.py new file mode 100644 index 0000000..9f8e3e2 --- /dev/null +++ b/src/add.py @@ -0,0 +1,2 @@ +def add(num1, num2): + return int(num1) + int(num2) \ No newline at end of file