mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +00:00
functions 3
This commit is contained in:
parent
9f9aebebc8
commit
ec8765a059
@ -1,10 +1,8 @@
|
||||
// functions3.rs
|
||||
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
call_me(25);
|
||||
}
|
||||
|
||||
fn call_me(num: u32) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user