mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-12 21:59:18 +00:00
expressions to not include semicolons
This commit is contained in:
parent
741b313bd2
commit
25673f002f
@ -7,7 +7,7 @@
|
|||||||
// in the signatures for now. If anything, this is a good way to peek ahead
|
// in the signatures for now. If anything, this is a good way to peek ahead
|
||||||
// to future exercises!)
|
// to future exercises!)
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let original_price = 51;
|
let original_price = 51;
|
||||||
|
|||||||
@ -9,5 +9,5 @@ fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn square(num: i32) -> i32 {
|
fn square(num: i32) -> i32 {
|
||||||
num * num;
|
num * num
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user