From 4caf5b404da6bcda26fc520661760f69ae4c8485 Mon Sep 17 00:00:00 2001
From: jennifer modamio <jennifer.modamio@uni.lu>
Date: Thu, 19 Jan 2017 17:56:19 +0100
Subject: [PATCH] solving problem

---
 firstCommit/addTwoNumbers_jenn.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firstCommit/addTwoNumbers_jenn.m b/firstCommit/addTwoNumbers_jenn.m
index a2bda84..3ad3eb8 100644
--- a/firstCommit/addTwoNumbers_jenn.m
+++ b/firstCommit/addTwoNumbers_jenn.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