B
barq
HI All,
I'm just starting on C# - I've .NET version v 2.0.507207 on my
machine.
I run a .cs having the following code from command line :
__________________________________
using System;
namespace FirstCSharpProgram
{
class FirstCSharpClass
{
static void Main()
{
Console.WriteLine ("Hello");
}
}
}
______________________________
I do not get any error , I do not get the "Hello" message either.
I just get some info about the C# compiler and the copyright stuff but
not the program's output.
Am I doing something wrong?
Thanks in advance
B
I'm just starting on C# - I've .NET version v 2.0.507207 on my
machine.
I run a .cs having the following code from command line :
__________________________________
using System;
namespace FirstCSharpProgram
{
class FirstCSharpClass
{
static void Main()
{
Console.WriteLine ("Hello");
}
}
}
______________________________
I do not get any error , I do not get the "Hello" message either.
I just get some info about the C# compiler and the copyright stuff but
not the program's output.
Am I doing something wrong?
Thanks in advance
B
