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

2 lines
60 B
Plaintext

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