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
7a93b8d003de221b354235fd4e9d5ee5557e713a
7a93b8d003de221b354235fd4e9d5ee5557e713a
Switch branch/tag
basic-practice
src
firstCommit
addTwoNumbers.m
Find file
Normal view
History
Permalink
addTwoNumbers.m
100 Bytes
Newer
Older
Adding folders firstCommit and secondCommit
Laurent Heirendt
committed
Jan 16, 2017
1
function
c
=
addTwoNumbers
(
a
,
b
)
Minor style changes
Laurent Heirendt
committed
Jan 16, 2017
2
3
% addTwoNumbers(a, b) returns the sum of a and b
change indentation and add a ;
Sylvain Arreckx
committed
Jan 18, 2017
4
% c = a + b;
Adding folders firstCommit and secondCommit
Laurent Heirendt
committed
Jan 16, 2017
5
end