Some namespace and class questions..
namespace Cool
{
class VeryCool
{
static void main(string[] args)
{
namespace Console
{
WriteLine("Why isnt it possible?");
}
}
}
}namespace Cool
{
class VeryCool
{
static void main(string[] args)
{
namespace Console
{
WriteLine("Why isnt it possible?");
}
}
}
}