blob: 1f19b6db390451dbca1975998085fb3ceb538016 [file] [log] [blame]
#[no_mangle]
pub extern "C" fn hello() {
println!("Hello");
}