Commit Graph

2 Commits (10d8357876fe1f6236b88ac652855acbfe126f5b)

Author SHA1 Message Date
Kevin Wan 4771a7b9e7
chore: fix prompt error
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;
```
2 years ago
seporterfield a8fd315e09
moved rc to smart_pointers 2 years ago