| Menu × × Correct! Exercise:Insert the missing part of the code below to output "Hello World!". 
static void @(4)(string[] args)
{
  @(7).@(9)("Hello World!");    
}
 
static void Main(string[] args)
{
  Console.WriteLine("Hello World!");    
}
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?