Skip to content

Commit 8253c19

Browse files
authored
code boxes were not well marked
1 parent 3262414 commit 8253c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mempo = memory pointer
88

99
The 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

2929
Every character other than those is (hopefully) ignored.
3030

3131
# ERRORS
3232
If it doesn't work, depending on the return it can be the following:
3333

34-
'''
34+
```
3535
0 - No problems on the code, check it's well written or mail me.
3636
3737
1 - There is an unfinished loop, somewhere.
@@ -47,4 +47,4 @@ If it doesn't work, depending on the return it can be the following:
4747
6 - 2 & 4
4848
4949
7 - 1 & 2 & 4
50-
'''
50+
```

0 commit comments

Comments
 (0)