summaryrefslogtreecommitdiff
path: root/pkgs/build-support/rust/hooks/test/example-rust-project/src/main.rs
blob: dee351b5780101c44e9f80c758414b838f453d4b (plain)
1
2
3
4
5
mod hello;

fn main() {
    println!("{}", hello::hello());
}