Welcome to Elite Community

Register a free account today to become an Elite! Once signed in, you'll be able to participate on Elite Community by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hello World

class HelloEliteCommunity
{
public static void Main()
{
System.Console.WriteLine("Hello, world!");
System.Console.ReadKey();
}
}
 
Back
Top Bottom