Added 'Haskell/operators.hs'

This commit is contained in:
anon 2024-07-22 19:39:19 +02:00
parent c63a3c2154
commit 52a3d55416

4
Haskell/operators.hs Normal file
View 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