Skip to content

Instantly share code, notes, and snippets.

@analytic-bias
Last active July 20, 2017 02:09
Show Gist options
  • Save analytic-bias/da21d1a910c0d191d0b61bcad7e314f6 to your computer and use it in GitHub Desktop.
Save analytic-bias/da21d1a910c0d191d0b61bcad7e314f6 to your computer and use it in GitHub Desktop.
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