# zombie Fast Brainfuck interpreter written in Rust # Docker ```sh $ docker build -t zombie . # default is running examples/hello_world.bf $ docker run -it --rm zombie # run specific example $ docker run -it --rm zombie examples/mandel.bf ```