We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ee02d commit 539cd58Copy full SHA for 539cd58
contents/euclidean_algorithm/euclidean_algorithm.md
@@ -214,9 +214,16 @@ and modulo method:
214
{% sample lang="bash" %}
215
[import, lang="bash"](code/bash/euclid.bash)
216
{% sample lang="piet" %}
217
+A text version of the program is provided for both versions.
218
+#### Subtraction
219
>  
220
221
+[import:23-107](code/piet/euclidian_algorithm.piet)
222
+
223
+#### Modulo
224
>  
225
226
+[import:126-146](code/piet/euclidian_algorithm.piet)
227
{% endmethod %}
228
229
<script>
0 commit comments