rustlings/exercises/02_functions/functions1.rs

4 lines
29 B
Rust
Raw Normal View History

2015-09-17 21:12:00 -04:00
fn main() {
call_me();
}