Interprets given brainfuck code
- Get bf code (here is a good page for that)
- Add bf code to bf.txt (there is already demo
Hello world!
in bf.txt) $ g++ main.cpp
$ ./a.out
- generate brainfuck code for given text
Interprets given brainfuck code
Hello world!
in bf.txt)$ g++ main.cpp
$ ./a.out