mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 19:29: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
|
// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a
|
||||||
// hint.
|
// hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
fn call_me() {
|
||||||
|
println!("Hello World!");
|
||||||
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
call_me();
|
call_me();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user