add - add two numbers
/testbin/add n1 n2
add prints the sum of the two numbers passed as arguments.
add uses the following system calls:
add should work properly once the basic system calls are complete.