Skip to content

Instantly share code, notes, and snippets.

@ekse
Created April 24, 2018 02:35
Show Gist options
  • Save ekse/bbfa257779fabfe3c1d8644b4aeb68f5 to your computer and use it in GitHub Desktop.
Save ekse/bbfa257779fabfe3c1d8644b4aeb68f5 to your computer and use it in GitHub Desktop.
#[no_mangle]
pub extern "C" fn print_hello() {
println!("hello world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment