coreutils/tests/fixtures/install/helloworld.rs
2021-04-10 11:53:29 +02:00

3 lines
44 B
Rust

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