Input
Minified result ()
- Before
- 1,082 bytes
- After
- 111 bytes
- Compression ratio
- 89.94%
About brainfuck
Brainfuck (not capitalized except at the start of a sentence) is an esoteric programming language. It has eight commands — +-<>[],.
— and ignores all other characters. As a result, no special syntax for comments is needed, as long as the comments don’t contain the command characters.