Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import System.Environment
  2.  
  3.  
  4.      
  5. --main = interact (unlines . (map calculate) . lines)
  6. main = do text <- readFile "ftypes.c"
  7.           let linii = lines text
  8.           putStrLn . unlines $ map id linii
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement