summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlg/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.Xamlg/Program.cs')
-rw-r--r--Xamarin.Forms.Xaml.Xamlg/Program.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml.Xamlg/Program.cs b/Xamarin.Forms.Xaml.Xamlg/Program.cs
new file mode 100644
index 00000000..27508541
--- /dev/null
+++ b/Xamarin.Forms.Xaml.Xamlg/Program.cs
@@ -0,0 +1,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!");
+ }
+ }
+}