Skip to content

Instantly share code, notes, and snippets.

@analytic-bias
Last active July 20, 2017 02:09
outputInBrainf''' :: String -> String
outputInBrainf''' s = do c <- s
replicate (ord c) '+' ++ ".>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment