Damm algorithm: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,889: Line 2,889:
112949 is invalid</pre>
112949 is invalid</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">const table = [
<syntaxhighlight lang="v (vlang)">const table = [
[u8(0), 3, 1, 7, 5, 9, 8, 6, 4, 2],
[u8(0), 3, 1, 7, 5, 9, 8, 6, 4, 2],
[u8(7), 0, 9, 2, 1, 5, 4, 8, 6, 3],
[u8(7), 0, 9, 2, 1, 5, 4, 8, 6, 3],