blob: 3777ae85a68e04a446215253aa588b537f4715bb [file] [log] [blame]
#![crate_name = "stuff"]
#[no_mangle]
pub extern "C" fn hello_from_rust() {
println!("Hello from Rust!");
}