# Brainfuck Interpreter This is a project I worked on for Hack Club [Arcade](https://hackclub.com/arcade). ## Usage You can run `bun index.ts .bf` to interpret a file. As of right now, there is no binary. ## Testing ``` $ bun index.ts test.bf ``` The contents of `test.bf` is a brainfuck program that outputs Hello World.