mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 09:19:18 +00:00
Update primitive_types1.rs
This commit is contained in:
parent
ca7889c413
commit
c77a18a147
@ -12,7 +12,7 @@ fn main() {
|
||||
println!("早安!");
|
||||
}
|
||||
|
||||
let is_evening = false; // 像例子一樣完成這行!或者讓它變成 false!
|
||||
let // 像例子一樣完成這行!或者讓它變成 false!
|
||||
if is_evening {
|
||||
println!("晚安!");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user