Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World!".
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
Not CorrectClick here to try again. Correct!Next ❯static void(string[] args) { . ("Hello World!"); } |