1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

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");
}