This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
awesome-rust
Watch
2
Star
1
Fork
0
You've already forked awesome-rust
mirror of
https://github.com/rust-unofficial/awesome-rust
synced
2024-11-06 09:20:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ee8bad65b
awesome-rust
/
dummy.rs
5 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
remove
2017-05-03 16:46:46 +00:00
// A dummy file to give the repository a Rust flavor.
fn
main
(
)
{
Add more Rust (#323) Currently the repository shows up as Python on GitHub. These 1024 print statments should vastly outweigh the Python code in this repository, making it show up as a Rust repository.
2017-08-16 07:50:24 +00:00
println!
(
"
Hello world!
"
)
;
remove
2017-05-03 16:46:46 +00:00
}
Reference in New Issue
Copy Permalink