From f7897d4e76f3652a664cacc06155334e4de64b01 Mon Sep 17 00:00:00 2001 From: Beatriz Garcia Date: Fri, 25 Jan 2019 14:46:49 +0100 Subject: [PATCH] Update addTwoNumbers_myName.m --- src/firstCommit/addTwoNumbers_myName.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firstCommit/addTwoNumbers_myName.m b/src/firstCommit/addTwoNumbers_myName.m index 5df104e..8db0b2e 100644 --- a/src/firstCommit/addTwoNumbers_myName.m +++ b/src/firstCommit/addTwoNumbers_myName.m @@ -1,5 +1,5 @@ function c = addTwoNumbers_myName(a, b) % addTwoNumbers_myName(a, b) returns the sum of a and b -c = a - b; +c = a + b; end -- GitLab