Skip to content

Instantly share code, notes, and snippets.

@anilsathyan7
Last active July 31, 2022 23:49
Show Gist options
  • Save anilsathyan7/2d5214e7ab711fbe9b3113711b637916 to your computer and use it in GitHub Desktop.
Save anilsathyan7/2d5214e7ab711fbe9b3113711b637916 to your computer and use it in GitHub Desktop.
Brainfuck reverse a string
,
[
[<]<+
>>[>]
,
]
<
[.<]
@Alextopher
Copy link

A bit shorter:

,[>,]<[.<]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment