unreliablecode / Program.cs

作成されました 2 時間前 · csharp

Hello World!

Program.cs
using System;

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

0 コメントs

ログイン コメントを残すには。