Update main.py
This commit is contained in:
parent
e48447c58c
commit
8ae7f52109
2
main.py
2
main.py
@ -22,7 +22,7 @@ def main():
|
||||
def interpreter(znak, i):
|
||||
"""
|
||||
Brainfuck interpreter
|
||||
|
||||
|
||||
> increment the data pointer (to point to the next cell to the right).
|
||||
< decrement the data pointer (to point to the next cell to the left).
|
||||
+ increment (increase by one) the byte at the data pointer.
|
||||
|
Loading…
Reference in New Issue
Block a user