Rock-paper-scissors: Difference between revisions

Content added Content deleted
(→‎{{header|jq}}: pseudo-pseudo)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 6,644: Line 6,644:
done</syntaxhighlight>
done</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
Semi-translation of Go version:
Semi-translation of Go version:


<syntaxhighlight lang="vlang">
<syntaxhighlight lang="v (vlang)">
import rand
import rand
import os
import os