We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1386d7c commit 5de57b3Copy full SHA for 5de57b3
programs/examples/brainfuck.mmi
@@ -1,5 +1,8 @@
1
// Accepts a brainfuck program as input, then runs it
2
3
+// NOTE: you will have to disable blocking input in the web IDE,
4
+// otherwise the program will hang waiting for input indefinitely
5
+
6
// frames:
7
// @0: bf_instr_marker
8
// @1: bf_instr
0 commit comments