mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-05 02:09:18 +00:00
Add call_me function to print "Hello World!"
This commit is contained in:
parent
fa29595ab2
commit
33a8b24bc5
@ -3,7 +3,9 @@
|
||||
// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
fn call_me() {
|
||||
println!("Hello World!");
|
||||
}
|
||||
|
||||
fn main() {
|
||||
call_me();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user