4 lines
63 B
Haskell
4 lines
63 B
Haskell
|
|
add2 x = let y = 1
|
||
|
|
z = 1
|
||
|
|
in = x + y + z
|