fork download
  1. using System;
  2. using System.Linq;
  3.  
  4. public class Test
  5. {
  6. public static void Main()
  7. {
  8. Console.WriteLine("Hello world 🙂!");
  9. Console.WriteLine(new string("Hello world 🙂!".Reverse().ToArray()));
  10. }
  11. }
Success #stdin #stdout 0.01s 131520KB
stdin
Standard input is empty
stdout
Hello world 🙂!
!�� dlrow olleH