brainfuck interpreter
brainfuck cli rust
5

Configure Feed

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

chore: removed leftover comment referencing anyhow

no longer considering it for this project

digi.rip (Jun 7, 2026, 3:30 PM EDT) ddd3905e 34b7effc

-1
-1
src/main.rs
··· 51 51 speed: u64, 52 52 } 53 53 54 - // think: switch to returning anyhow::Error? better diag 55 54 fn main() -> Result<(), Box<dyn std::error::Error>> { 56 55 let args = Args::parse(); 57 56 let content = std::fs::read_to_string(args.path)?;