5 lines
73 B
Rust
5 lines
73 B
Rust
|
|
#[no_mangle]
|
|
pub extern "C" fn hello() {
|
|
println!("hello world!");
|
|
} |