RosettaCodeData/Task/Shell-one-liner/Rust/shell-one-liner.rs
2024-10-16 18:07:41 -07:00

1 line
60 B
XML

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