Go Fish/Rust: Difference between revisions

m
Fixed syntax highlighting.
(go fish rust)
 
m (Fixed syntax highlighting.)
 
Line 3:
Rust implementation of Go Fish.
 
<syntaxhighlight lang="rust">
<lang Rust>
use rand::thread_rng;
use rand::seq::SliceRandom;
Line 214:
println!("{} has won with a score of {}", npc.name, npc.score);
}
}</syntaxhighlight>
}
</lang>
9,476

edits