Horse racing: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 554: Line 554:
9 g Grindstone 9.00 7.0 colt 1:36.8</pre>
9 g Grindstone 9.00 7.0 colt 1:36.8</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|go}}
{{trans|go}}
<syntaxhighlight lang="vlang">struct Kv {
<syntaxhighlight lang="v (vlang)">struct Kv {
key string
key string
value []f64
value []f64