blob: 549fa947e3317b4c839d31d0ef4d3b5be774190c [file]
#![no_main]
#[no_mangle]
pub extern "C" fn hello_rust() {
println!("hello world");
}