Skip to content

Instantly share code, notes, and snippets.

@ls404
Created March 9, 2018 20:01
Show Gist options
  • Select an option

  • Save ls404/ec4f62d05fba3614c16b3aba6a3cdfb3 to your computer and use it in GitHub Desktop.

Select an option

Save ls404/ec4f62d05fba3614c16b3aba6a3cdfb3 to your computer and use it in GitHub Desktop.
// 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