Thread
:
HelloWorld program can compile but no output shown on console
View Single Post
tech_girl
Light Poster
6Jun2010,16:25
Here is the code:
using System;
public class HelloWorld
{
public static void Main() {
Console.Write("Hello World!");
}
}