AI Generated Cheatsheets

Brainfuck Cheatsheet

Unique Features

Commands

Command Description
> Move the data pointer to the right
< Move the data pointer to the left
+ Increment the value at the data pointer
- Decrement the value at the data pointer
. Output the value at the data pointer
, Input a value and store it at the data pointer
[ If the value at the data pointer is zero, jump to the matching ]
] If the value at the data pointer is not zero, jump to the matching [

Hello World

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

Resources