Number reversal game: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,792: Line 4,792:
You took 8 turns to put the digits in order.</pre>
You took 8 turns to put the digits in order.</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">
<syntaxhighlight lang="v (vlang)">
import rand
import rand
import os
import os