Skip to content

Commit 095d8f2

Browse files
committed
Merge branch 'master' of github.com:pretzelhammer/rust-blog into master
2 parents 60b7b7b + 7250699 commit 095d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/too-many-brainfuck-compilers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Brainfuck commands:
6969
| `.` | write current byte to stdout |
7070
| `,` | read byte from stdin and store value in current byte |
7171
| `[` | jump past matching `]` if current byte is zero |
72-
| `[` | jump back to matching `[` if current byte is nonzero |
72+
| `]` | jump back to matching `[` if current byte is nonzero |
7373
| any other character | ignore, treat as comment |
7474

7575
As is customary in introducing any new programming language, here's _"Hello world!"_ in brainfuck:

0 commit comments

Comments
 (0)