Update primitive_types1.rs

This commit is contained in:
TimLai666 2024-07-01 12:48:58 +08:00 committed by GitHub
parent ca7889c413
commit c77a18a147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ fn main() {
println!("早安!"); println!("早安!");
} }
let is_evening = false; // 像例子一樣完成這行!或者讓它變成 false let // 像例子一樣完成這行!或者讓它變成 false
if is_evening { if is_evening {
println!("晚安!"); println!("晚安!");
} }