Hello, I’m working on this task:
Make the program compile (work). It should output “I can force every program to work!” to the screen.
Here is my code:
namespace MyNamespace
{
class Program
(
static void Main(string[] args)
{
Console.WriteLine("I can force every program to work!");
}
)
}
Can anyone please help me to solve it?