Brainf**k is a programming language with only 8 commands:
>
Move pointer right<
Move pointer left+
Increment memory at pointer-
Decrement memory at pointer.
Output character at pointer,
Input character to pointer (from Input)[
Jump forward past matching ]
if memory at pointer is 0]
Jump back to matching [
if memory at pointer is not 0,
commands.
command updates the screen, instead of printing a character to the output..
prints to the output.++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Prints "Hello World!" to the output.