Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created October 12, 2014 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveklabnik/a5963764747948bc1f6e to your computer and use it in GitHub Desktop.
Save steveklabnik/a5963764747948bc1f6e to your computer and use it in GitHub Desktop.
#[no_mangle]
pub extern "C" fn hello_rust() {
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment