summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlg/Program.cs
blob: 275085411c12e2691eae44fc46448e1dfeb6c35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// 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!");
		}
	}
}