Add arithmetics helpers - fix #94
This commit is contained in:
5
examples/arithmetics/output/arithmetics
Normal file
5
examples/arithmetics/output/arithmetics
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
add(1,2) = 3
|
||||
subtract(1,2) = -1
|
||||
multiply(1,2) = 2
|
||||
divide(2,1) = 2
|
Reference in New Issue
Block a user