Pinned Loading
-
-
-
-
Simple Brainfuck interpreter in C++
Simple Brainfuck interpreter in C++ 1#include <iostream>
23unsigned char tape[30000] = {0};
4unsigned char* ptr = tape;
5 -
Code golf - print the alphabet in BF
Code golf - print the alphabet in BF 1# "Legit" way (no input) [51 bytes]:
2>+++++[<+++++++++++++>-]>++++[<+++++++>-]<--[<.+>-]
34# "Not-so-legit" way (needs 'A' as input) [27 bytes]:
5,.>>+++++[<+++++>-]<[<+.>-]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.