* Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises |
||
|---|---|---|
| .. | ||
| README.md | ||
| structs1.rs | ||
| structs2.rs | ||
| structs3.rs | ||
Structs
Rust has three struct types: a classic c struct, a tuple struct, and a unit struct.