fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. string test = "Here's my favourite character: 🍌!";
  8.  
  9. Console.WriteLine(test.Substring(test.Length-2));
  10. }
  11. }
Success #stdin #stdout 0.03s 33856KB
stdin
Standard input is empty
stdout
�!