Closed jasonodonnell closed 1 month ago
The code in 19.15 and 19.16 are correct and the compiler will not complain, however, every other arms println! have a semicolon but it is missing from the last one. Added it for consistency.
println!
The code in 19.15 and 19.16 are correct and the compiler will not complain, however, every other arms
println!
have a semicolon but it is missing from the last one. Added it for consistency.