C#C
C#3y ago
wcasa

Some namespace and class questions..

namespace Cool
{
    class VeryCool
    {
        static void main(string[] args)
        {
        namespace Console
    {
        WriteLine("Why isnt it possible?"); 
    }    
        }
    }
}
Was this page helpful?