mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
commit
f0a0c8db61
@ -9,7 +9,7 @@ contributors:
|
||||
Brainfuck (not capitalized except at the start of a sentence) is an extremely
|
||||
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
|
||||
Any character not "><+-.,[]" (excluding quotation marks) is ignored.
|
||||
|
Loading…
Reference in New Issue
Block a user