Update buildings.rs

Fix typo index of building in Chapter 05
master
Walter Bonetti 4 years ago committed by GitHub
parent 6d43db1688
commit 2e036759ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ impl Building for Building1 {
}
fn serialize(&self) -> u64
{
2
1
}
}

Loading…
Cancel
Save