We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a0327 commit ffb37acCopy full SHA for ffb37ac
contents/euclidean_algorithm/euclidean_algorithm.md
@@ -190,9 +190,16 @@ and modulo method:
190
{% sample lang="lolcode" %}
191
[import, lang="LOLCODE"](code/lolcode/euclid.lol)
192
{% sample lang="piet" %}
193
+A text version of the program is provided for both versions.
194
+#### Subtraction
195
>  
196
197
+[import:23-107](code/piet/euclidian_algorithm.piet)
198
+
199
+#### Modulo
200
>  
201
202
+[import:126-146](code/piet/euclidian_algorithm.piet)
203
{% endmethod %}
204
205
<script>
0 commit comments