Ad

Given 2 lists, find if one is the scramble of the other. If it is, return True, else return False

module Scramble where 

scramble :: String -> String -> Bool
scramble a b = "Scarmble this up"