import "Prelude" main :: [Integer] main = sort [1,5,2,4,3] -- [1, 2, 3, 4, 5]