Skip to content

Instantly share code, notes, and snippets.

@kgreenek
Last active October 28, 2018 19:18
Show Gist options
  • Save kgreenek/0d54ccfda9b9d14e72f24621abc2f327 to your computer and use it in GitHub Desktop.
Save kgreenek/0d54ccfda9b9d14e72f24621abc2f327 to your computer and use it in GitHub Desktop.
test-rs
let x = 5;
let y = 10;
fn test() -> i32 {
5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment