Added 'Haskell/operators.hs'
This commit is contained in:
parent
c63a3c2154
commit
52a3d55416
4
Haskell/operators.hs
Normal file
4
Haskell/operators.hs
Normal file
@ -0,0 +1,4 @@
|
||||
add a b = a + b
|
||||
substract a b = a - b
|
||||
produce a b = a * b
|
||||
divide a b = a / b
|
Loading…
x
Reference in New Issue
Block a user