/brainfuck

A brainfuck interpreter

Primary LanguageC

Brainfuck

This project is a simple brainfuck interpreter.

Quick start

To build the project simply use make:

$ make

You will then find the output in the bin folder.