Created
March 9, 2018 20:01
-
-
Save ls404/ec4f62d05fba3614c16b3aba6a3cdfb3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // Your code here! | |
| extern crate rustc_version; | |
| fn main(){println!("XXXXXXXX"); | |
| otherFun(); | |
| } | |
| fn otherFun(){ | |
| println!("Some more text here") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment