Vedant-asati a5382eb242 d1
2024-12-27 19:00:40 +05:30

8 lines
181 B
Rust

// TODO: Add some function with the name `call_me` without arguments or a return value.
fn call_me() {
println!("JSR");
}
fn main() {
call_me(); // Don't change this line
}