fork download
  1. void main() {
  2. print("teste".split('').reversed.join());
  3. }
  4.  
  5. //https://pt.stackoverflow.com/q/397113/101
Success #stdin #stdout 0.06s 66880KB
stdin
Standard input is empty
stdout
etset