fork(2) download
  1. # your code goes here
  2. x <- "rti"
  3. sub("(\\S)$", "\\1 ", x)
Success #stdin #stdout 0.31s 22832KB
stdin
Standard input is empty
stdout
[1] "rti "