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 1401594 commit e2d5e5eCopy full SHA for e2d5e5e
chapters/algorithms/euclidean_algorithm/euclidean_algorithm.md
@@ -29,7 +29,6 @@ The algorithm is a simple way to find the *greatest common divisor* (GCD) of two
29
[import:25-38, lang="golang"](code/go/euclidean.go)
30
{% sample lang="swift" %}
31
[import:1-15, lang="swift"](code/swift/euclidean_algorithm.swift)
32
-{% endmethod %}
33
{% sample lang="matlab" %}
34
[import:3-17, lang="matlab"](code/matlab/euclidean.m)
35
{% endmethod %}
0 commit comments