Skip to main content

Crate hello_world

Crate hello_world 

Source
Expand description

Provides a function hello() that returns the word “world!”.

§Example

let what = hello_world::hello();
assert_eq!(what, "world!".to_string());

Functions§

hello
Returns the word “world!”.