Merge pull request #135 from dtolnay/hello

Add a Rust file so GitHub recognizes the language
This commit is contained in:
kud1ing 2016-03-21 09:58:13 +01:00
commit f1fa66ce5b

3
hello.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("hello, world");
}