Last active
October 28, 2018 19:18
-
-
Save kgreenek/0d54ccfda9b9d14e72f24621abc2f327 to your computer and use it in GitHub Desktop.
test-rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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