Skip to content
Snippets Groups Projects
Commit 62c5bed8 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

editing test

parent 03a7a8e5
No related branches found
No related tags found
No related merge requests found
% Test file
c = addTwoNumbers_myName(1, 2)
c = addTwoNumbers_laurent(1, 2)
% test if the addition function works as expected
assert(c == 3)
......
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