1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests/fixtures/install/helloworld.rs
2021-04-10 11:53:29 +02:00

3 lines
44 B
Rust

fn main() {
println!("Hello World!");
}