Skip to content

Commit

Permalink
TRPL: guessing game
Browse files Browse the repository at this point in the history
This also made me realize that I wasn't using the correct term,
'associated functions', rather than 'static methods'. So I corrected
that in the method syntax chapter.
  • Loading branch information
steveklabnik committed May 3, 2015
1 parent 26933a6 commit 05a8757
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/doc/trpl/SUMMARY.md
Expand Up @@ -5,6 +5,7 @@
* [Hello, world!](hello-world.md)
* [Hello, Cargo!](hello-cargo.md)
* [Learn Rust](learn-rust.md)
* [Guessing Game](guessing-game.md)
* [Effective Rust](effective-rust.md)
* [The Stack and the Heap](the-stack-and-the-heap.md)
* [Testing](testing.md)
Expand Down

0 comments on commit 05a8757

Please sign in to comment.