Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 239 Bytes

File metadata and controls

13 lines (9 loc) · 239 Bytes

Brainfuck-Interpreter

Interpreter for Brainfuck programming language

Build it using: cargo build --release

Executable can be found at: project-root/target/release/bf

Copy executable anywhere you like.

Run it: ./bf some_code.bf