docs: cleanup the explanation paragraphs at the start of each exercise.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
// structs3.rs
|
||||
//
|
||||
// Structs contain data, but can also have logic. In this exercise we have
|
||||
// defined the Package struct and we want to test some logic attached to it.
|
||||
// Make the code compile and the tests pass!
|
||||
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a hint.
|
||||
//
|
||||
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user