C#

Tim Bernhard

C#Hallo Welt
    // HalloWelt.cs

    public class HalloWelt
    {
       public static void Main()
       {
          System.Console.WriteLine("Hello, World!");
       }
    }
Webmentions

Keine Kommentare vorhanden für diese Seite.