#[no_mangle]
pub extern fn triple(x: i32) -> i32 {
return 3 * x;
}
Created
November 13, 2019 04:55
-
-
Save tpmccallum/edfdd5916dbf9a396ad8dc09d340a7f8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment