Hacker News new | ask | show | jobs
by TheMatten 662 days ago
This one in Haskell is coincidental, but used as a joke:

``` import Data.Function

main = do let it = fix error print it ```

1 comments

On HN, you can add code blocks by indenting with 2 spaces:

  import Data.Function

  main = do
    let it = fix error
    print it