summaryrefslogtreecommitdiff
path: root/exercises/smart_pointers/rc1.rs
AgeCommit message (Collapse)Author
2023-08-27Convert other exercises that have assertions to test modemo8it
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2023-01-23chore: fix prompt errorKevin Wan
Missed a blank line, which causes the prompt incorrect like below: ```rust You can keep working on this exercise, or jump into the next one by removing the `I AM NOT DONE` comment: 6 | // Make this code compile by using the proper Rc primitives to express that the sun has multiple owners. 7 | 8 | // I AM NOT DONE 9 | use std::rc::Rc; ```
2023-01-01moved rc to smart_pointersseporterfield