Please help me with the task: MyNamespace.WishTheDeathToMachine.

Hello, I’m working on this task:

Make the program compile (work). It should output “Die, stupid machine! Teo tells you!” to the screen.

Here is my code:


namespace MyNamespace;
{
   class WishTheDeathToMachine;
   {
       static void main(string[] args);
       {
           Console.WriteLine("Die, stupid machine! Teo tells you!");
       }
   }
}

Can anyone please help me to solve it?