brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

chore: update README with new 67 programs

digi.rip (May 30, 2026, 7:02 PM EDT) 4a88a4f5 d6c0a553

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