Another brainfuck interpreter written in rust.
Put this in hello-world.bf
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Then run it with
$ cargo run hello-world.bf
Hello World!
Another brainfuck interpreter written in rust.
Put this in hello-world.bf
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Then run it with
$ cargo run hello-world.bf
Hello World!