sawa
0
Q:

concat two integers haskell

addDigit a b | a < 0     = a * 10 - b
             | otherwise = a * 10 + b
0

Tags

New to Communities?

Join the community