hello

Function hello 

Source
pub fn hello() -> &'static str
Expand description

Returns a greeting message.

ยงExample

assert_eq!(scud::hello(), "Hello, World!");