Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
git
basic-practice
a41e846b7f89217d91a0e2a895acc91ee27257cd
a41e846b7f89217d91a0e2a895acc91ee27257cd
Switch branch/tag
basic-practice
firstCommit
addTwoNumbers_jenn.m
Find file
Normal view
History
Permalink
addTwoNumbers_jenn.m
100 Bytes
Newer
Older
first change
Jennifer Modamio
committed
Jan 19, 2017
1
2
3
4
5
function
c
=
addTwoNumbers
(
a
,
b
)
% addTwoNumbers(a, b) returns the sum of a and b
% c = a + b;
end