summaryrefslogtreecommitdiff
path: root/pkgs/build-support/rust/hooks/test/example-rust-project/src/hello.rs
blob: 0cc3ffdd382e91cee3830a00e6dd889bc8b89e3d (plain)
1
2
3
pub fn hello() -> &'static str {
    return "Hello, world!";
}