rustlings/exercises/02_functions/functions1.rs

4 lines
29 B
Rust
Raw Normal View History

2015-09-18 04:12:00 +03:00
fn main() {
call_me();
}