Hunt The Wumpus/Rust: Difference between revisions

m
Fixed syntax highlighting.
(Refactoring)
m (Fixed syntax highlighting.)
 
Line 2:
[[Rust]] version of [[:Category:Hunt_The_Wumpus|Hunt The Wumpus]] .
 
===Code===
<langsyntaxhighlight lang="rust">
//! *Hunt the Wumpus* reimplementation in Rust.
 
Line 416:
}
}
}</syntaxhighlight>
}
</lang>
9,476

edits