What's new
Elite - MMORPG Gaming 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

elitecommunity Offline
Sep 30, 2023
3
1
class HelloEliteCommunity
{
public static void Main()
{
System.Console.WriteLine("Hello, world!");
System.Console.ReadKey();
}
}
 
Back
Top