summaryrefslogtreecommitdiffstats
path: root/third/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'third/Program.cs')
-rw-r--r--third/Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/third/Program.cs b/third/Program.cs
new file mode 100644
index 0000000..1afea0d
--- /dev/null
+++ b/third/Program.cs
@@ -0,0 +1,10 @@
+using System;
+
+class Program
+{
+ static void Main()
+ {
+ Console.WriteLine("Third Project");
+ Third.Other.Haiku();
+ }
+}