mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 03:39:18 +00:00
commit
1553418a40
@ -3,8 +3,10 @@
|
|||||||
// 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