mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 13:24:19 +00:00
4 lines
50 B
Rust
4 lines
50 B
Rust
pub fn Hello() {
|
|
println!("Hello Library");
|
|
}
|