giving a afunction arguements

This commit is contained in:
Hariettemaina 2022-09-09 14:46:59 +03:00
parent 4723312a49
commit 6e2d8a8221
2 changed files with 6 additions and 1 deletions

View File

@ -5,4 +5,9 @@
fn main() {
call_me();
}
fn call_me(){
println!("call me");
}

View File

@ -1,7 +1,7 @@
// variables6.rs
// Execute `rustlings hint variables6` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
const NUMBER: i32 = 3;
fn main() {