From 210109da6a5c7468c1f408dbe79d2c15ad1957c7 Mon Sep 17 00:00:00 2001 From: Hulda Haraldsdottir <hulda.haraldsdottir@uni.lu> Date: Thu, 19 Jan 2017 11:09:56 +0100 Subject: [PATCH] Uncommented line for adding 2 numbers --- firstCommit/addTwoNumbers_hulda.m | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 firstCommit/addTwoNumbers_hulda.m diff --git a/firstCommit/addTwoNumbers_hulda.m b/firstCommit/addTwoNumbers_hulda.m new file mode 100644 index 0000000..b5cd288 --- /dev/null +++ b/firstCommit/addTwoNumbers_hulda.m @@ -0,0 +1,5 @@ +function c = addTwoNumbers_hulda(a, b) +% addTwoNumbers(a, b) returns the sum of a and b + +c = a + b; +end -- GitLab