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
b8af785f
Commit
b8af785f
authored
Jan 30, 2019
by
Laurent Heirendt
✈
Browse files
Merge branch 'fix-name' into 'develop'
Fixing name of function in first commit See merge request R3school/git.practice!54
parents
7b14ebbc
9b793ee2
Pipeline
#8538
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/firstCommit/addTwoNumbers_laurent.m
View file @
b8af785f
function
c
=
addTwoNumbers_
myName
(
a
,
b
)
function
c
=
addTwoNumbers_
laurent
(
a
,
b
)
% addTwoNumbers_
myName
(a, b) returns the sum of a and b
% addTwoNumbers_
laurent
(a, b) returns the sum of a and b
c
=
a
+
b
;
c
=
a
+
b
;
end
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