Skip to content
Snippets Groups Projects

Minor changes

Merged Sylvain Arreckx requested to merge minor_changes into develop
4 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
4
function c = addTwoNumbers(a, b)
% addTwoNumbers(a, b) returns the sum of a and b
% c = a + b
% c = a + b;
end
Loading