Untitled

As of March 2020, School of Haskell has been switched to read-only mode.

let maximo a b = if a >= b then a else b