mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 19:29:18 +00:00
Update call_me function to accept a parameter
This commit is contained in:
parent
d417017f6c
commit
8de470b723
@ -3,10 +3,8 @@
|
|||||||
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a
|
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a
|
||||||
// hint.
|
// hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
call_me();
|
call_me(20);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn call_me(num: u32) {
|
fn call_me(num: u32) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user