Merge pull request #1347 from kevwan/patch-1

chore: fix prompt error for exercise #80 (rc1.rs)
This commit is contained in:
liv 2023-01-26 20:54:54 +01:00 committed by GitHub
commit 5faa0badef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// Make this code compile by using the proper Rc primitives to express that the sun has multiple owners.
// I AM NOT DONE
use std::rc::Rc;
#[derive(Debug)]