1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-19 00:00:01 +03:00
rustlings/exercises/functions/functions1.rs

9 lines
134 B
Rust
Raw Normal View History

2018-02-22 09:09:53 +03:00
// functions1.rs
2019-11-11 19:47:45 +03:00
// Make me compile! Execute `rustlings hint functions1` for hints :)
2015-09-18 04:12:00 +03:00
// I AM NOT DONE
2015-09-18 04:12:00 +03:00
fn main() {
call_me();
}