fork(1) download
  1. fn main() {
  2. let question = "do we have CompileBot support?";
  3. println!("answer: {}", &question[3..(question.len()-1)]);
  4. }
Success #stdin #stdout 0s 10960KB
stdin
Standard input is empty
stdout
answer: we have CompileBot support