5 ms·
This one in Haskell is coincidental, but used as a joke: ``` import Data.Function main = do let it = fix error print it ```
by TheMatten 2y ago
This one in Haskell is coincidental, but used as a joke:
```
import Data.Function
main = do
let it = fix error
print it
```
- notpushkin 2y agoOn HN, you can add code blocks by indenting with 2 spaces: import Data.Function main = do let it = fix error print it