Skip to content
Snippets Groups Projects
Commit fd5db193 authored by Sylvain Arreckx's avatar Sylvain Arreckx
Browse files

update instructions for matlab files.

parent 4b5c3f12
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,10 @@ Modify and rename `addTwoNumbers.m` in the folder `firstCommit` ...@@ -44,7 +44,10 @@ Modify and rename `addTwoNumbers.m` in the folder `firstCommit`
Open the file `addTwoNumbers.m` in the folder `firstCommit` using the `Atom` editor (or any other editor). Open the file `addTwoNumbers.m` in the folder `firstCommit` using the `Atom` editor (or any other editor).
<br> <br>
Then, uncomment the line Then, rename the function by adding your name (`addTwoNumbers_myName`)
<br>
Uncomment the line
```Matlab ```Matlab
% c = a + b % c = a + b
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment