Find words whose first and last three letters are equal: Difference between revisions

Content added Content deleted
No edit summary
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 925: Line 925:
</pre>
</pre>


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


fn main() {
fn main() {