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
Vanja Vlasov
git.practice
Commits
a57d81fe
Commit
a57d81fe
authored
Jan 16, 2017
by
Laurent Heirendt
✈
Browse files
Minor style changes
parent
53791084
Changes
2
Hide whitespace changes
Inline
Side-by-side
firstCommit/addTwoNumbers.m
View file @
a57d81fe
%% function addTwoNumbers(a, b) returns the sum of a and b
function
c
=
addTwoNumbers
(
a
,
b
)
% addTwoNumbers(a, b) returns the sum of a and b
% c = a + b
end
secondCommit/multiplyTwoNumbers.m
View file @
a57d81fe
%% function multiplyTwoNumbers(a, b) returns the product of a and b
function
c
=
multiplyTwoNumbers
(
a
,
b
)
% multiplyTwoNumbers(a, b) returns the product of a and b
% c = a * b
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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