document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. main = do
  2.     n <- readLn
  3.     --some code goes here since the last line cannot be a assignment
');