% Test file
addpath(genpath('src/')) % add this folder and all subfolders to the path
c = addTwoNumbers_myName(1, 2)
d = multiplyTwoNumbers_myName(c, c)
% test my sqrt function
% assert(sqrt_myName(d) == sqrt(d))