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 = ...