Playfair cipher: Difference between revisions

Content added Content deleted
m (sntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 3,375: Line 3,375:
Decoded text is : HI DE TH EG OL DI NT HE TR EE ST UM PX</pre>
Decoded text is : HI DE TH EG OL DI NT HE TR EE ST UM PX</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import os
<syntaxhighlight lang="v (vlang)">import os
import strings
import strings
type PlayfairOption = int
type PlayfairOption = int