Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 686 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 686 Bytes

João-Brainf*ck

A way to write my name (João) in BrainF*ck

Program running

Brainfuck

Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer. While it is fully Turing complete it is not intended for practical use, but to challenge and amuse programmers. Brainfuck requires one to break commands into microscopic steps.

To run the code i recommend this page : https://brainfuck-visualizer.herokuapp.com