rc1 solution

This commit is contained in:
mo8it
2024-06-29 01:20:59 +02:00
parent 61c7eaed62
commit f3842aa746
3 changed files with 115 additions and 15 deletions
+2 -2
View File
@@ -993,11 +993,11 @@ of the `Sun`.
After using `drop()` to move the `Planet`s out of scope individually, the
reference count goes down.
In the end the `Sun` only has one reference again, to itself.
In the end, the `Sun` only has one reference again, to itself.
See more at: https://doc.rust-lang.org/book/ch15-04-rc.html
* Unfortunately Pluto is no longer considered a planet :("""
Unfortunately, Pluto is no longer considered a planet :("""
[[exercises]]
name = "arc1"