1/5

Deep in the Hoarder's vault, past every satchel and ledger, sits a workshop nobody enters uninvited. Here, treasure doesn't begin as treasure — it begins as a blueprint:

struct Player {
    name: String,
    hp: i32,
}

A struct binds several values into one named shape. Define it once; the vault remembers the shape forever after.