mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-01 00:45:17 +02:00
make return explicit
This commit is contained in:
@ -5,7 +5,7 @@ mod about_variables {
|
||||
let two = 7;
|
||||
let three = 3;
|
||||
let result = (one + two) / three;
|
||||
result
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user