top | item 41327171 (no title) TheMatten | 1 year ago This one in Haskell is coincidental, but used as a joke:``` import Data.Functionmain = do let it = fix error print it ``` discuss order hn newest notpushkin|1 year ago On HN, you can add code blocks by indenting with 2 spaces: import Data.Function main = do let it = fix error print it
notpushkin|1 year ago On HN, you can add code blocks by indenting with 2 spaces: import Data.Function main = do let it = fix error print it
notpushkin|1 year ago