Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Simple exercise on DoDona
please, create a function to sum two numbers (int), this is the interface:
haskell
adicao :: Int -> Int -> Int
adicao a b = ...