mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 13:19:18 +00:00
giving a afunction arguements
This commit is contained in:
parent
4723312a49
commit
6e2d8a8221
@ -5,4 +5,9 @@
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
|
||||
}
|
||||
fn call_me(){
|
||||
println!("call me");
|
||||
}
|
||||
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user