Write Your First Code Using C# - Trophy - Write Your First Code Using C#

using System;

class TrophyProgram
{
static void Main()
{
Console.WriteLine(“Hello, Trophy!”);
}
}

Hello. What seems to be the issue?