pub(crate) fn main() -> ExitCode
Expand description

The entry point for Brainfuck Interpreter. The program has a modern CLI, which contains everything you should know.

Example:

# To get more detailed help with this tool.
cargo run -- --help

# To actually interpret a Brainfuck program.
cargo run -- ./hello_world.bf