M
Marc Gravell
How about:
class Program {
static void Main() {
System.Console.WriteLine("Hello world");
}
}
and:
csc my.cs
That seems to fit the bill...?
class Program {
static void Main() {
System.Console.WriteLine("Hello world");
}
}
and:
csc my.cs
That seems to fit the bill...?