From 8f7d4d502c00044c396f548dcce45cbeb57c06b0 Mon Sep 17 00:00:00 2001 From: Stefania Magnusdottir <stefania.magnusdottir@uni.lu> Date: Thu, 19 Jan 2017 11:07:18 +0100 Subject: [PATCH] Uncommented line for adding 2 numbers --- firstCommit/addTwoNumbers_StefaniaMagnusdottir.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstCommit/addTwoNumbers_StefaniaMagnusdottir.m b/firstCommit/addTwoNumbers_StefaniaMagnusdottir.m index a2bda84..3ad3eb8 100644 --- a/firstCommit/addTwoNumbers_StefaniaMagnusdottir.m +++ b/firstCommit/addTwoNumbers_StefaniaMagnusdottir.m @@ -1,5 +1,5 @@ function c = addTwoNumbers(a, b) % addTwoNumbers(a, b) returns the sum of a and b -% c = a + b; +c = a + b; end -- GitLab