mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-07 06:04:47 +00:00
9 lines
133 B
Rust
9 lines
133 B
Rust
// functions1.rs
|
|
// Make me compile! Execute `rustlings hint function1` for hints :)
|
|
|
|
// I AM NOT DONE
|
|
|
|
fn main() {
|
|
call_me();
|
|
}
|