Conway's Game of Life: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 16,892: Line 16,892:
</syntaxhighlight>
</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import rand
<syntaxhighlight lang="v (vlang)">import rand
import strings
import strings
import time
import time