You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.
#The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers.
Brainfuck simply requires one to break commands into microscopic steps.