Skip to content
Snippets Groups Projects
Commit 53791084 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Adding folders firstCommit and secondCommit

parents
No related branches found
No related tags found
No related merge requests found
%% function addTwoNumbers(a, b) returns the sum of a and b
function c = addTwoNumbers(a, b)
% c = a + b
end
%% function multiplyTwoNumbers(a, b) returns the product of a and b
function c = multiplyTwoNumbers(a, b)
% c = a * b
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment