Skip to content
Snippets Groups Projects
Commit d654b31c authored by Stefania Magnusdottir's avatar Stefania Magnusdottir
Browse files

Uncommented line for adding 2 numbers

parent 8f7d4d50
No related branches found
No related tags found
No related merge requests found
function c = addTwoNumbers(a, b)
function c = addTwoNumbers_StefaniaMagnusdottir(a, b)
% addTwoNumbers(a, b) returns the sum of a and b
c = a + b;
......
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