From 3589f1c4196431e6b485795bfd15bc5b65bbe529 Mon Sep 17 00:00:00 2001 From: jennifer modamio <jennifer.modamio@uni.lu> Date: Thu, 19 Jan 2017 17:27:25 +0100 Subject: [PATCH] uncommented line --- secondCommit/multiplyTwoNumbers_jenn.m | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 secondCommit/multiplyTwoNumbers_jenn.m diff --git a/secondCommit/multiplyTwoNumbers_jenn.m b/secondCommit/multiplyTwoNumbers_jenn.m new file mode 100644 index 0000000..a141e92 --- /dev/null +++ b/secondCommit/multiplyTwoNumbers_jenn.m @@ -0,0 +1,5 @@ +function c = multiplyTwoNumbers(a, b) +% multiplyTwoNumbers(a, b) returns the product of a and b + +c = a * b; +end -- GitLab