maui-linux/Xamarin.Forms.Xaml.Xamlg/Program.cs

21 строка
288 B
C#

//
// Program.cs
//
// Author:
// Stephane Delcroix <stephane@delcroix.org>
//
// Copyright (c) 2013 S. Delcroix
//
using System;
namespace Xamarin.Forms.Xaml.Xamlg
{
class MainClass
{
public static void Main (string[] args)
{
Console.WriteLine ("Hello World!");
}
}
}