Skip to content

Instantly share code, notes, and snippets.

@relrod
Created January 3, 2015 01:32
Show Gist options
  • Select an option

  • Save relrod/e9bc2972f434072c67bb to your computer and use it in GitHub Desktop.

Select an option

Save relrod/e9bc2972f434072c67bb to your computer and use it in GitHub Desktop.
module Main
outputPasswd : IO ()
outputPasswd = do
x <- readFile "/etc/passwd"
putStrLn x
main : IO ()
main = outputPasswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment