Files
runrs/external/rust-script/tests/data/script-no-deps.rs
2022-08-06 01:14:04 +08:00

5 lines
73 B
Rust

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