2018-02-22 13:09:53 +07:00
|
|
|
// functions1.rs
|
2021-04-25 16:29:39 +07:00
|
|
|
//
|
|
|
|
// Make me compile!
|
|
|
|
//
|
|
|
|
// If you need help, open the corresponding README.md or run: rustlings hint functions1
|
2015-09-18 07:12:00 +06:00
|
|
|
|
2019-11-11 19:38:24 +07:00
|
|
|
// I AM NOT DONE
|
|
|
|
|
2015-09-18 07:12:00 +06:00
|
|
|
fn main() {
|
|
|
|
call_me();
|
|
|
|
}
|