>>> S.writeFile "lines.txt" $ S.take 2 S.stdinLn hello<Enter> world<Enter>
>>> S.readFile "lines.txt" S.stdoutLn hello world