fork download
  1. paste(sapply((c(letters, " "))[c(8, 5, 12, 12, 15, 27, 23, 15, 18, 12, 4)], function(i) if (i!=" " && (which(i==letters)==8 || which(i==letters)==23)) toupper(i) else i), collapse="")
Success #stdin #stdout 0.44s 22824KB
stdin
Standard input is empty
stdout
[1] "Hello World"