Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
git
basic-practice
Commits
2c0ee37e
Commit
2c0ee37e
authored
Jan 18, 2017
by
Sylvain Arreckx
Browse files
change indentation and add a ;
parent
a57d81fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
firstCommit/addTwoNumbers.m
View file @
2c0ee37e
function
c
=
addTwoNumbers
(
a
,
b
)
% addTwoNumbers(a, b) returns the sum of a and b
%
c = a + b
% c = a + b
;
end
secondCommit/multiplyTwoNumbers.m
View file @
2c0ee37e
function
c
=
multiplyTwoNumbers
(
a
,
b
)
% multiplyTwoNumbers(a, b) returns the product of a and b
%
c = a * b
% c = a * b
;
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment