Original exercises
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
// functions1.rs
|
||||
// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
}
|
||||
|
||||
fn call_me() {
|
||||
println!("I'm Nidhal Messaoudi, a software developer going Rusty!!!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user