Update primitive_types1.rs

This commit is contained in:
Grimhiker 2020-06-18 13:22:48 -05:00 committed by GitHub
parent 55a9284665
commit efd3060804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ fn main() {
println!("Good morning!");
}
let // Finish the rest of this line like the example! Or make it be false!
let is_evening = true;// Finish the rest of this line like the example! Or make it be false!
if is_evening {
println!("Good evening!");
}