1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-03-21 21:27:30 +02:00

6 lines
144 B
Rust
Raw Normal View History

2024-05-21 02:43:18 +02:00
// TODO: Add some function with the name `call_me` without arguments or a return value.
2015-09-17 21:12:00 -04:00
fn main() {
2024-05-21 02:43:18 +02:00
call_me(); // Don't change this line
2015-09-17 21:12:00 -04:00
}