diff options
Diffstat (limited to 'exercises/07_structs/structs1.rs')
| -rw-r--r-- | exercises/07_structs/structs1.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exercises/07_structs/structs1.rs b/exercises/07_structs/structs1.rs index cd8b81c..62f1421 100644 --- a/exercises/07_structs/structs1.rs +++ b/exercises/07_structs/structs1.rs @@ -1,9 +1,4 @@ -// structs1.rs -// // Address all the TODOs to make the tests pass! -// -// Execute `rustlings hint structs1` or use the `hint` watch subcommand for a -// hint. struct ColorClassicStruct { // TODO: Something goes here |
