language: Haskell (ghc-6.8.2)
date: 114 days 21 hours ago
link:
visibility: public
1
2
main = getContents >>= (\x -> putStrLn $ unlines $ takeWhile (/="42") $ lines x)
 
  • upload with new input
  • result: Success     time: 0.01s    memory: 3596 kB     returned value: 0