This website requires JavaScript.
Explore
Help
Register
Sign In
awesome
/
awesome-rust
Watch
1
Star
0
Fork
0
You've already forked awesome-rust
mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced
2025-01-08 13:34:09 +02:00
Code
Issues
Releases
Activity
c2a4652c41
awesome-rust
/
dummy.rs
5 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
remove
2017-05-03 18:46:46 +02: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 09:50:24 +02:00
println!
(
"
Hello world!
"
)
;
remove
2017-05-03 18:46:46 +02:00
}
Reference in New Issue
Copy Permalink