Brainfuck interpreter

This is a simple command-line programme that executes brainfuck code

Installation

Install mindfuck with cargo

bash cargo install mindfuck

How to use

To run the programme:

bash mindfuck <path to the file>

That’s it