RosettaCodeData/Task/Shell-one-liner/Rust/shell-one-liner.rs

2 lines
60 B
XML

$ echo 'fn main(){println!("Hello!")}' | rustc -;./rust_out