Comment on thisIsGoingToBeASeriousDebate

<- View Parent
30p87@feddit.de ⁨1⁩ ⁨year⁩ ago

No, more like

use std::process::Command; fn main() { Command::new("sh").arg("-c").arg("echo Hello World!").spawn().unwrap(); }

.
Just a little bit shorter, as it seems /s

source
Sort:hotnewtop