Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pretzelhammer/rust-blog into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pretzelhammer committed Nov 9, 2020
2 parents 60b7b7b + 7250699 commit 095d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/too-many-brainfuck-compilers.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Brainfuck commands:
| `.` | write current byte to stdout |
| `,` | read byte from stdin and store value in current byte |
| `[` | jump past matching `]` if current byte is zero |
| `[` | jump back to matching `[` if current byte is nonzero |
| `]` | jump back to matching `[` if current byte is nonzero |
| any other character | ignore, treat as comment |

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

0 comments on commit 095d8f2

Please sign in to comment.