rustlings
rustlings copied to clipboard
feat: add structs4.rs exercise
Added an excise in order to test methods that just read data and methods that also change data in a struct.
looks like struct3.rs or enums3.rs but different...
The only difference i see here is this there is using methods to change state
But that's not a bad idea