mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-17 05:28:03 +01: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();
|
|
}
|