Skip to content

Commit 5de57b3

Browse files
committed
Add note to brainfuck example
1 parent 1386d7c commit 5de57b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

programs/examples/brainfuck.mmi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Accepts a brainfuck program as input, then runs it
22

3+
// NOTE: you will have to disable blocking input in the web IDE,
4+
// otherwise the program will hang waiting for input indefinitely
5+
36
// frames:
47
// @0: bf_instr_marker
58
// @1: bf_instr

0 commit comments

Comments
 (0)