Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 313 Bytes

Braifuck Interpreter

An interpreter for Brainfuck language written in C++

Usage

  • Compile the interpreter:
g++ -o brainfuck-interpreter brainfuck-interpreter.cpp
  • Run:
./brainfuck-interpreter
  • You can close the program using c:
> c