Minimum numbers of three lists: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 659: Line 659:
</pre>
</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math
fn main() {
fn main() {
numbers1 := [5, 45, 23, 21, 67]!
numbers1 := [5, 45, 23, 21, 67]!