fork download
  1. import Data.Char
  2. import Control.Arrow
  3. main :: IO ()
  4. main = putStrLn [f "BASIC"]
  5. f :: String -> Char
  6. f = chr . uncurry div . (sum &&& length) . map ord
Success #stdin #stdout 0s 6264KB
stdin
Standard input is empty
stdout
F