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
1c1b1e70
Commit
1c1b1e70
authored
Jan 30, 2019
by
Laurent Heirendt
✈
Browse files
original src file for second commit
parent
3d42b600
Pipeline
#8546
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/secondCommit/multiplyTwoNumbers_myName.m
0 → 100644
View file @
1c1b1e70
function
c
=
multiplyTwoNumbers_myName
(
a
,
b
)
% multiplyTwoNumbers_myName(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