Maraiah/source/tycho/lib.rs

8 lines
93 B
Rust

#[no_mangle]
pub extern "C" fn test_fn()
{
println!("hello, world! from rust");
}
// EOF