[][src]Function minigrep_lunax1::util::print_hello

pub fn print_hello() -> &'static str

Returns hello world string

Example

let arg = minigrep_lunax1::util::print_hello();
assert_eq!("Hello World", arg);