Maraiah/source/tycho/lib.rs

8 lines
93 B
Rust
Raw Normal View History

2019-05-15 12:54:35 -07:00
#[no_mangle]
pub extern "C" fn test_fn()
{
println!("hello, world! from rust");
}
// EOF