FizzBuzz: Difference between revisions

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


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
Updated for Vlang version 0.2.2
Updated for V (Vlang) version 0.2.2
<syntaxhighlight lang="go">const (
<syntaxhighlight lang="go">const (
fizz = Tuple{true, false}
fizz = Tuple{true, false}