Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Hello World

Status
Not open for further replies.

Chris TCC

Blackwonder's Own
Staff Member
Admin
Joined
Jan 16, 2019
Messages
3,893
C#:
using System;

namespace Program
{
    public class Program
    {
        public static void Main(string[] args)
        {
            Console.WriteLine("Hello, World!");
        }
    }
}
 

Chris TCC

Blackwonder's Own
Staff Member
Admin
Joined
Jan 16, 2019
Messages
3,893
Hello world release v.2.0 was just released. Everyone please update and go to the new thread.
 
Status
Not open for further replies.

Who Read This Thread (Total Members: 2)

User Who Replied This Thread (Total Members: 5)

Top Bottom