Brainfuck Run the interpreter You can run the interpreter this way, zig build run -- example.b or according to this. zig build --release=fast ./zig-out/bin/brainfuck example.b Example $ zig build run -- example/hello.b Hello, World!