Files
rust-ffi/Source/Library.rs
2021-01-03 10:54:31 -03:00

4 lines
50 B
Rust

pub fn Hello() {
println!("Hello Library");
}