Skip to content

Commit b93e75f

Browse files
Wesley-Arringtonleios
authored andcommitted
Adding a missing line of code (#232)
A line of code in the .md for Go in the euclidean algorithm was missing so I added it in
1 parent 73f5060 commit b93e75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapters/euclidean_algorithm/euclidean.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ MainClass.java
109109
{% sample lang="ml" %}
110110
### Ocaml
111111
[import, lang="ocaml"](code/ocaml/euclidean_example.ml)
112+
{% sample lang="go" %}
112113
### Go
113114
[import, lang="golang"](code/go/euclidean.go)
114115
{% endmethod %}

0 commit comments

Comments
 (0)