unreliablecode / Program.cs

Erstellt Vor 2 Stunden · csharp
Roh

Hello World!

Program.cs
using System;

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

0 Kommentars

Einloggen einen Kommentar hinterlassen.