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