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
Commits
9b793ee2
Commit
9b793ee2
authored
Jan 30, 2019
by
Laurent Heirendt
✈
Browse files
fix name of function in first commit
parent
7b14ebbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/firstCommit/addTwoNumbers_laurent.m
View file @
9b793ee2
function
c
=
addTwoNumbers_
myName
(
a
,
b
)
% addTwoNumbers_
myName
(a, b) returns the sum of a and b
function
c
=
addTwoNumbers_
laurent
(
a
,
b
)
% addTwoNumbers_
laurent
(a, b) returns the sum 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