1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-17 15:56:52 -05:00

Modify a Rust file so GitHub recognizes the language

See https://github.com/zhaopuming/awesome-d/commits/master/hello.d
This commit is contained in:
David Tolnay 2016-03-21 01:37:12 -07:00
parent 4d1c782834
commit 19f200562a

View file

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