summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test-plans/test.cs')
-rw-r--r--test-plans/test.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/test-plans/test.cs b/test-plans/test.cs
new file mode 100644
index 0000000..641c79c
--- /dev/null
+++ b/test-plans/test.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+namespace ConsoleApplication1
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Gentoo is cool!");
+ Console.ReadLine();
+ }
+ }
+}