From e960509e6976c8235f779219cce4b8818fe6e1ec Mon Sep 17 00:00:00 2001 From: Fabian Lippold Date: Sun, 7 Nov 2021 17:55:54 +0100 Subject: [PATCH] Fixed #917 --- contents/euclidean_algorithm/code/lolcode/euclid.lol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents/euclidean_algorithm/code/lolcode/euclid.lol b/contents/euclidean_algorithm/code/lolcode/euclid.lol index 418851107..28e3230e3 100644 --- a/contents/euclidean_algorithm/code/lolcode/euclid.lol +++ b/contents/euclidean_algorithm/code/lolcode/euclid.lol @@ -24,7 +24,7 @@ HAI 1.2 HOW IZ I UKLIDSUP YR NUM1 AN YR NUM2 NUM1 R I IZ ABZ YR NUM1 MKAY - NUM2 R EI IZ ABZ YR NUM2 MKAY + NUM2 R I IZ ABZ YR NUM2 MKAY IM IN YR LOOP BOTH SAEM NUM1 AN NUM2, O RLY? @@ -44,4 +44,4 @@ HAI 1.2 VISIBLE CHECK1 VISIBLE CHECK2 -KTHXBYE \ No newline at end of file +KTHXBYE