mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
4 lines
44 B
Rust
4 lines
44 B
Rust
|
fn main() {
|
||
|
println!("Hello World!");
|
||
|
}
|