Initial commit
This commit is contained in:
7
exercises/02_functions/functions1.rs
Normal file
7
exercises/02_functions/functions1.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
// TODO: Add some function with the name `call_me` without arguments or a return value.
|
||||
|
||||
fn call_me() {}
|
||||
|
||||
fn main() {
|
||||
call_me(); // Don't change this line
|
||||
}
|
||||
Reference in New Issue
Block a user