4-rings or 4-squares puzzle: Difference between revisions

fix syntax highlight
imported>Chinhouse
No edit summary
(fix syntax highlight)
Line 7,150:
=={{header|V (Vlang)}}==
{{trans|Go}}
<syntaxhighlight lang="v (vlang)">fn main(){
mut n, mut c := get_combs(1,7,true)
println("$n unique solutions in 1 to 7")