module Exercise_13 where {- Library -- nicht veraendern -} {- H13.1 -} getSorted :: IO [String] getSorted = undefined {- H13.2 -}