1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-17 20:55:45 -04:00

Add "the"

This commit is contained in:
mo8it 2024-08-17 14:56:52 +02:00
parent 8016f5ca2d
commit 36f315c344

View file

@ -1,5 +1,5 @@
fn main() {
// TODO: Add missing keyword.
// TODO: Add the missing keyword.
x = 5;
println!("x has the value {x}");