Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 226 Bytes

brainfuck

Brainfucked stuff just for fun !

python:

Try it:

python interpreter.py `cat ../example/hello_world.bf`

Hello World!

Examples:

  • hello_world.bf: Display Hello world! on standard output.