Skip to content

Instantly share code, notes, and snippets.

@mzp
Created May 20, 2010 22:02
Show Gist options
  • Save mzp/408172 to your computer and use it in GitHub Desktop.
Save mzp/408172 to your computer and use it in GitHub Desktop.
import System
import Data.List
main = getArgs >>= (return . concat . intersperse " ") >>= putStrLn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment