Created
June 23, 2020 18:55
-
-
Save lumie1337/a1b7cb392ace427c6756dbcf5c5eb2ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Data.List | |
import Data.Char | |
main=interact$unlines.map(\x->case x of[]->"NONE";(x:_)->[x]).sortOn toLower.filter(`elem`"aeiouAEIOU")).tail.lines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment