rustlings icon indicating copy to clipboard operation
rustlings copied to clipboard

feat: add structs4.rs exercise

Open SAbruzzo opened this issue 2 years ago • 1 comments

Added an excise in order to test methods that just read data and methods that also change data in a struct.

SAbruzzo avatar Jul 25 '22 06:07 SAbruzzo

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

RubenPX avatar Feb 16 '23 10:02 RubenPX