Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 187 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 187 Bytes

BFInterpreter

Simple BrainFuck interpreter written in haskell.

The first line on stdin is the brainfuck code to run, after that the program uses stdin and stdout for reading, writing.