1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-18 00:00:02 +03:00
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();
}