no_mangle
This commit is contained in:
parent
03e6f1ebf7
commit
9aeef9648e
1 changed files with 1 additions and 0 deletions
1
main.rs
1
main.rs
|
@ -1,3 +1,4 @@
|
|||
#[no_mangle]
|
||||
fn get_reversals_to_sort(arr: &[i32]) -> Vec<usize> {
|
||||
let mut intermediate: Vec<i32> = arr.into();
|
||||
let mut ret: Vec<usize> = Vec::new();
|
||||
|
|
Loading…
Reference in a new issue