Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 276 Bytes

bfi

a brainfuck interpreter written in rust

❯ cargo run src/hello_world.bf
   Compiling bfi v0.1.0 (/Users/asward/others/bfi)
    Finished dev [unoptimized + debuginfo] target(s) in 0.38s
     Running `~/projects/bfi/target/debug/bfi hello_world.bf`
Hello World!