mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Add "the"
This commit is contained in:
parent
8016f5ca2d
commit
36f315c344
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
fn main() {
|
||||
// TODO: Add missing keyword.
|
||||
// TODO: Add the missing keyword.
|
||||
x = 5;
|
||||
|
||||
println!("x has the value {x}");
|
||||
|
|
Loading…
Reference in a new issue