Adds a simple exercise for structures

This commit is contained in:
Brian Kung
2019-05-25 06:39:58 -05:00
parent 8bf8cbbd61
commit 9b92aa08ae
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
### Strings
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.
#### Book Sections
- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)