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