Hi all,
First I want to wish you all a happy new year.
This is my problem.
I have entered the following code in c#
/*
This is a simple c# program
*/
using System;
class Example
{
public static void Main()
{
Console.WriteLine("A simple c# program.");
}
}
My problem is when I run the program it opens a blank window with out showing the text " simple c# program" on the console screen. Is there any setting that needs to be activated.
Please reply
First I want to wish you all a happy new year.
This is my problem.
I have entered the following code in c#
/*
This is a simple c# program
*/
using System;
class Example
{
public static void Main()
{
Console.WriteLine("A simple c# program.");
}
}
My problem is when I run the program it opens a blank window with out showing the text " simple c# program" on the console screen. Is there any setting that needs to be activated.
Please reply