Skip to content

Instantly share code, notes, and snippets.

@uzimith
Created December 23, 2014 03:26
Show Gist options
  • Save uzimith/cfe2d69685201c7b7af5 to your computer and use it in GitHub Desktop.
Save uzimith/cfe2d69685201c7b7af5 to your computer and use it in GitHub Desktop.
import Control.Applicative
import System.Directory
main :: IO ()
main = do
files <- lines <$> getContents
mapM_ removeFile files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment