From 8ae7f52109ef3261061dcf1f433339b8a4b9cb42 Mon Sep 17 00:00:00 2001 From: Mateusz779 <73058906+Mateusz779@users.noreply.github.com> Date: Sun, 10 Apr 2022 15:10:29 +0200 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5f2a81b..f3a216b 100644 --- a/main.py +++ b/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.