Update main.py

This commit is contained in:
Mateusz779 2022-04-10 15:10:29 +02:00
parent e48447c58c
commit 8ae7f52109

View File

@ -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.