mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 16:33:30 +02:00
make return explicit
This commit is contained in:
+1
-1
@@ -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