Inspiration

MLH hack to write code in a hipster language

What it does

Add two numbers using Brainfuck the coding language

How we built it

Brainfuck

Challenges we ran into

Learn about the basic syntax of the language.

Accomplishments that we're proud of

Wrote the code with little help from the internet.

Code

Adding 3 and 5

+++  number 3
>
+++++  number 5
[-<+>]    
<

Built With

  • brainfuck
Share this project:

Updates