about summary refs log tree commit diff
path: root/Examples/States/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/States/Program.cs')
-rw-r--r--Examples/States/Program.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Examples/States/Program.cs b/Examples/States/Program.cs
new file mode 100644
index 0000000..8fc42b8
--- /dev/null
+++ b/Examples/States/Program.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace StatesSample
+{
+    public static class Program
+    {
+        private static void Main(string[] args)
+        {
+            Console.WriteLine("Hello World!");
+        }
+    }
+}