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