diff --git a/add.py b/add.py new file mode 100644 index 0000000..463d462 --- /dev/null +++ b/add.py @@ -0,0 +1,2 @@ +def add(x, y): + return x + y