Function samples::hello_world
source · pub fn hello_world() -> &'static strExpand description
Say hello to the world.
§Examples
let greeting = hello_world();
assert_eq!("hello, world!", greeting);pub fn hello_world() -> &'static strSay hello to the world.
let greeting = hello_world();
assert_eq!("hello, world!", greeting);