Concurrent computing: Difference between revisions

m
Line 2,092:
 
=={{header|Vlang}}==
===Porting of Go code===
<lang go>import time
import rand
Line 2,117:
}</lang>
 
===MoreVlang Idiomatic version===
<lang go>import time
import rand
Anonymous user