Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 254 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 254 Bytes

brainfuck interpreter by rust

usage:

cargo run <expr>

or

./brainfuck <expr>

Hello, world!

cargo run '+++++++++[>++++++++>+++++++++++>+++++<<<-]>.>++.+++++++..+++.>-.------------.<++++++++.--------.+++.------.--------.>+.'