mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
commit
f0a0c8db61
@ -9,7 +9,7 @@ contributors:
|
|||||||
Brainfuck (not capitalized except at the start of a sentence) is an extremely
|
Brainfuck (not capitalized except at the start of a sentence) is an extremely
|
||||||
minimal Turing-complete programming language with just 8 commands.
|
minimal Turing-complete programming language with just 8 commands.
|
||||||
|
|
||||||
You can try brainfuck on your browser with [brainfuck-visualizer](http://fatiherikli.github.io/brainfuck-visualizer/).
|
You can try brainfuck on your browser with [brainfuck-visualizer](https://brainfuck-visualizer.herokuapp.com).
|
||||||
|
|
||||||
```bf
|
```bf
|
||||||
Any character not "><+-.,[]" (excluding quotation marks) is ignored.
|
Any character not "><+-.,[]" (excluding quotation marks) is ignored.
|
||||||
|
Loading…
Reference in New Issue
Block a user