brainfuck interpreter
brainfuck cli rust
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix example command for 67_raw.bf in README

digi.rip (May 30, 2026, 7:04 PM EDT) f9793d68 4a88a4f5

+1 -1
+1 -1
README.md
··· 58 58 cargo run -- examples/hello_world.bf 59 59 cargo run -- examples/echo.bf 60 60 cargo run -- examples/67_ascii.bf 61 - cargo run -- examples/67_raw.bf 61 + cargo run -- -i raw examples/67_raw.bf 62 62 ``` 63 63 64 64 ## testing