Provides a function hello() that returns the word “world!”.
hello()
let what = hello_world::hello(); assert_eq!(what, "world!".to_string());