summaryrefslogtreecommitdiffstats
path: root/testing/resources/rust_hooks_repo/src/main.rs
blob: ad379d6ea4373eab048e758c128f99477cb6c8a8 (plain)
1
2
3
fn main() {
    println!("hello world");
}