Skip to content

Instantly share code, notes, and snippets.

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