Last active
June 25, 2021 16:17
-
-
Save anilsathyan7/dfaa2078da3d337f4876bdcf1b7fd4d8 to your computer and use it in GitHub Desktop.
Brainfuck Length of Input 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
how does it work?