Help me in solving SYNC1 problem

My issue

My code

using System;

namespace MyApplication
{
  class Program
  {
    static void Main(string[] args)
    {
      Console.WriteLine("Hello Chef!");
    }
  }
}

Learning course: Learn C#
Problem Link: CodeChef: Practical coding for everyone