Some fun with
Enjoy.
Recomended interpreter: esoteric.sange.fi/brainfuck
Interpreter made by me: github.com/gchilczuk/BFInterpreter
MIT
Created by @gchilczuk 16-17.03.2017
Simple calculator can add or substract numbers from 00 to 99; leading zeros are necessary and operation mark must be beetween numbers. Only natural results are supported. Substracting bigger number from smaller evaluates to incorrect results. Examples of valid input: 00+99 99+99 65-09
Some simple algoritms in BrainFuck which were used by me during that crazy night. Mostly created by me but Esolang helped me a lot.