Disarium numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,866: Line 1,866:
</pre>
</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
Recommend to build first `v -prod disarium.v` and then run `./disarium`
Recommend to build first `v -prod disarium.v` and then run `./disarium`
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import strconv
<syntaxhighlight lang="v (vlang)">import strconv


const dmax = 20 // maximum digits
const dmax = 20 // maximum digits