unreliablecode / Program.cs

Created 2 hours ago ยท csharp
Raw

Hello World!

Program.cs
using System;

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

0 comments

Log in to leave a comment.