A brainfuck interpreter made to practice programming lol It's a little bit optimized, combines trailing +'s and -'s as well as .
Brainfuck is an esoteric programming language with only 8 instructions.
+[-[<<[+[--->]-[<<<]]]>>>-]>-.---.>..>.<<<<-.<+.>>>>>.>.<<.<-.
hello world
cargo run <file> --release
--release for the big speed™