mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Merge pull request #1 from giria/giria-patch-1
[bf/en] Updated dead link
This commit is contained in:
commit
b574598dc2
@ -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