Last active
April 16, 2021 19:10
-
-
Save TheFel0x/09e0652432607a25d039c00b709c1069 to your computer and use it in GitHub Desktop.
Brainfuck Script that tells you wether the input is an ASCII "1" or "0"
This file contains 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