Jonathan Zernik 8d123939b4
Solve structs exercises (#8)
* Solve struct exercise 1

* Solve struct exercise 2

* Solve struct3
2022-06-07 23:15:05 -07:00
..
2022-06-07 23:15:05 -07:00
2022-06-07 23:15:05 -07:00
2022-06-07 23:15:05 -07:00

Structs

Rust has three struct types: a classic C struct, a tuple struct, and a unit struct.

Further information