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:
commit
f1fa66ce5b
1 changed files with 3 additions and 0 deletions
3
hello.rs
Normal file
3
hello.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("hello, world");
|
||||
}
|
Loading…
Reference in a new issue