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