Hello, I’m working on this task:
Make the program compile (work). It should not output anything to the screen.
Here is my code:
class MyClass
}
namespace AnotherNamespace
{
static void Main(string[] args)
{
}
}
Can anyone please help me to solve it?