Last active
July 31, 2022 23:49
-
-
Save anilsathyan7/2d5214e7ab711fbe9b3113711b637916 to your computer and use it in GitHub Desktop.
Brainfuck reverse a string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
, | |
[ | |
[<]<+ | |
>>[>] | |
, | |
] | |
< | |
[.<] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bit shorter: