fork(1) download
  1. object Main extends App {
  2. println {
  3. "Krestushok ne chelovek".split("\\s+")
  4. .map(s => s.take(1) + s.takeRight(1))
  5. .foldLeft("")(_ + _)
  6. .reverse
  7. }
  8. }
Success #stdin #stdout 0.41s 383040KB
stdin
Standard input is empty
stdout
kcenkK