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
d654b31c
Commit
d654b31c
authored
Jan 19, 2017
by
Stefania Magnusdottir
Browse files
Uncommented line for adding 2 numbers
parent
8f7d4d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
firstCommit/addTwoNumbers_StefaniaMagnusdottir.m
View file @
d654b31c
function
c
=
addTwoNumbers
(
a
,
b
)
function
c
=
addTwoNumbers
_StefaniaMagnusdottir
(
a
,
b
)
% addTwoNumbers(a, b) returns the sum of a and b
c
=
a
+
b
;
...
...
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