Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 210 Bytes

File metadata and controls

9 lines (7 loc) · 210 Bytes

A simple brainf*ck interpreter

$ c++ main.cpp -o bf 
$ ./bf test.bf

License: MIT