This website requires JavaScript.
Explore
Help
Sign in
awesome
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced
2024-11-27 11:44:52 -05:00
Code
Activity
6fcb4d99f4
rust
/
dummy.rs
5 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
remove
2017-05-03 12:46:46 -04: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 03:50:24 -04:00
println!
(
"
Hello world!
"
)
;
remove
2017-05-03 12:46:46 -04:00
}
Copy permalink