summaryrefslogtreecommitdiffstats
path: root/third/Other.cs
diff options
context:
space:
mode:
Diffstat (limited to 'third/Other.cs')
-rw-r--r--third/Other.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/third/Other.cs b/third/Other.cs
new file mode 100644
index 0000000..fbad5b6
--- /dev/null
+++ b/third/Other.cs
@@ -0,0 +1,14 @@
+using System;
+
+namespace Third
+{
+ public static class Other
+ {
+ public static void Haiku()
+ {
+ Console.WriteLine("Bugs in the code");
+ Console.WriteLine("Winter compiles silently");
+ Console.WriteLine("Spring runs with no bugs");
+ }
+ }
+}