Curzon numbers: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
(C++ and Rust solutions updated to use modular exponentiation instead of arbitrary precision integers (as in the FreeBASIC solution).)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,223:
</pre>
 
=={{header|V (Vlang)}}==
{{trans|go}}
<syntaxhighlight lang="v (vlang)">import math.big
 
fn main() {
451

edits