Skip to content

Instantly share code, notes, and snippets.

@ir-g
Created May 3, 2014 21:00
Show Gist options
  • Save ir-g/a9d87c28109801104e11 to your computer and use it in GitHub Desktop.
Save ir-g/a9d87c28109801104e11 to your computer and use it in GitHub Desktop.
A hello world in rust!
fn main() {
println!("hello?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment