Forked from
R3 / school / git / basic-practice
77 commits behind the upstream repository.
-
Sylvain Arreckx authoredSylvain Arreckx authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
multiplyTwoNumbers.m 114 B
function c = multiplyTwoNumbers(a, b)
% multiplyTwoNumbers(a, b) returns the product of a and b
% c = a * b;
end