1
2
3
4
5
6
// cargo fmt
// cargo clippy --all-targets
// cargo clippy
pub fn hello() -> &'static str {
    "Hello, World!"
}