Skip to content
Snippets Groups Projects
Commit 991bc2bc authored by Guadalupe Garcia's avatar Guadalupe Garcia
Browse files

fix bug

parent 48dd9cff
No related branches found
No related tags found
No related merge requests found
function c = addTwoNumbers_myName(a, b)
% addTwoNumbers_myName(a, b) returns the sum of a and 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