feat: move .a lib
This commit is contained in:
4
__ffi/dotalib/src/lib.rs
Normal file
4
__ffi/dotalib/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn print_hello_world() {
|
||||
println!("Hello World!");
|
||||
}
|
||||
Reference in New Issue
Block a user