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