String C# Tutorial

class SingleQuote
{
  static void Main()
  {
      System.Console.WriteLine('\'');
  }
}