File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mempo = memory pointer
88
99The instructions for writting in brainfuck are the following:
1010
11- '''
11+ ```
1212+ --> Adds 1 to the value on the mempo is in.
1313
1414- --> Removes 1 to the value on the mempo is in.
@@ -24,14 +24,14 @@ The instructions for writting in brainfuck are the following:
2424[ --> Starts a loop.
2525
2626] --> Ends a loop if the value of the mempo it's in equals to 0, otherwise it restarts.
27- '''
27+ ```
2828
2929Every character other than those is (hopefully) ignored.
3030
3131# ERRORS
3232If it doesn't work, depending on the return it can be the following:
3333
34- '''
34+ ```
35350 - No problems on the code, check it's well written or mail me.
3636
37371 - There is an unfinished loop, somewhere.
@@ -47,4 +47,4 @@ If it doesn't work, depending on the return it can be the following:
47476 - 2 & 4
4848
49497 - 1 & 2 & 4
50- '''
50+ ```
You can’t perform that action at this time.
0 commit comments