completed test part

This commit is contained in:
Samuele Iacoponi
2026-03-08 16:39:04 +01:00
parent 8c99d4187d
commit bf88815583
8 changed files with 105 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ struct Book<'a> {
// Will the strings pointed to by book still be valid?
fn main() {
let book = Book {
// let book = Book {
author: "George Orwell",
title: "1984",
};