Files
taskwarrior-2.x/cmake/CMakeRust/crates/test-lib/src/lib.rs
Dathan Bennett 7492fc48bb Vendor CMakeRust
2023-04-27 19:18:10 -04:00

5 lines
73 B
Rust

#[no_mangle]
pub extern "C" fn hello() {
println!("hello world!");
}