1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-21 22:49:44 +02:00
This commit is contained in:
Melissa Auclaire 2023-01-04 17:55:28 -08:00
parent 28942d7b9f
commit 115c87d8fd

View File

@ -96,10 +96,10 @@ impl Library {
}
// ANCHOR: main
// This shows the desired behavior. Uncomment the code below and
// implement the missing methods. You will need to update the
// method signatures, including the "self" parameter!
fn main() {
// This shows the desired behavior. Uncomment the code below and
// implement the missing methods. You will need to update the
// method signatures, including the "self" parameter!
let library = Library::new();
//println!("Our library is empty: {}", library.is_empty());