summaryrefslogtreecommitdiffstats
path: root/second/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'second/Program.cs')
-rw-r--r--second/Program.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/second/Program.cs b/second/Program.cs
new file mode 100644
index 0000000..e83e205
--- /dev/null
+++ b/second/Program.cs
@@ -0,0 +1,9 @@
+using System;
+
+class Program
+{
+ static void Main()
+ {
+ Baz.Print();
+ }
+}