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